00001 00015 #ifndef _DLR_PORTABILITY_TIMEUTILITIES_H_ 00016 #define _DLR_PORTABILITY_TIMEUTILITIES_H_ 00017 00018 namespace dlr { 00019 00020 namespace portability { 00021 00029 double 00030 getCurrentTime(); 00031 00032 00042 void 00043 portableSleep(double seconds); 00044 00045 00055 void 00056 preciseSleep(int milliseconds); 00057 00058 } // namespace portability 00059 00060 } // namespace dlr 00061 00062 #endif // #ifndef _DLR_PORTABILITY_TIMEUTILITIES_H_
1.5.2