Go to the documentation of this file.00001 #ifndef BOOSTUTILS_H
00002 #define BOOSTUTILS_H
00003
00004 #ifdef BOOST_THREAD
00005 #include "boost/bind.hpp"
00006 #define BOOST(A) A
00007 #else
00008 #define BOOST(A)
00009 #endif
00010
00011
00012 void Sleeping(long ms);
00013
00014 #endif //BOOSTUTILS_H
00015
00016