Fire Core  8.0.0.alpha
GIS framework per tutti gli usi
 Tutto Classi Namespace Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Friend
types.hpp
1 // Copyright © 2015 GEOSYSTEMS SRL
2 // All Rights Reserved.
3 
4 #include <boost/thread/lock_guard.hpp>
5 #include <boost/thread/mutex.hpp>
6 
7 namespace fire {
8 namespace gear {
9 namespace threading {
10  typedef boost::unique_lock< boost::mutex > auto_lock;
11 
12 } // namespace threading
13 } // namespace gear
14 } // namespace fire