1 #ifndef __RTFX_HELPERS__
2 #define __RTFX_HELPERS__
14 #include <boost/iostreams/copy.hpp>
15 #include <boost/iostreams/device/back_inserter.hpp>
16 #include <boost/iostreams/filter/zlib.hpp>
17 #include <boost/iostreams/filter/gzip.hpp>
18 #include <boost/iostreams/filter/bzip2.hpp>
19 #include <boost/iostreams/filtering_stream.hpp>
20 #include <boost/lexical_cast.hpp>
23 #include "RTFXDebug.h"
42 static const std::string RTFXUNITTEXT =
"cm";
69 void RTFXAPI
BusySleep(
unsigned int _count );