00001 00015 #ifndef _DLRUTILITIES_TIMEUTILITIES_H_ 00016 #define _DLRUTILITIES_TIMEUTILITIES_H_ 00017 00018 #include <dlrPortability/timeUtilities.h> 00019 00020 namespace dlr { 00021 00022 namespace utilities { 00023 00029 using portability::getCurrentTime; 00030 00031 00038 using portability::portableSleep; 00039 00040 } // namespace utilities 00041 00042 } // namespace dlr 00043 00044 00045 /* ======= Declarations to maintain compatibility with legacy code. ======= */ 00046 00047 namespace dlr { 00048 00049 using utilities::getCurrentTime; 00050 using utilities::portableSleep; 00051 00052 } // namespace dlr 00053 00054 #endif // #ifndef _DLRUTILITIES_TIMEUTILITIES_H_
1.5.2