Changeset 217 for branches/branch-1.2/zoo-services/utils
- Timestamp:
- May 31, 2011, 3:30:49 AM (14 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/zoo-services/utils/status/service.c
r34 r217 24 24 25 25 #include "service.h" 26 #ifdef WIN32 27 #include <windows.h> 28 #endif 26 29 27 30 extern "C" { … … 135 138 setMapInMaps(conf,"lenv","status",tmp); 136 139 updateStatus(conf); 140 #ifndef WIN32 137 141 sleep(1); 142 #else 143 Sleep(1000); 144 #endif 138 145 i+=5; 139 146 }
Note: See TracChangeset
for help on using the changeset viewer.