/[projects]/smsdaemon/Util.h
ViewVC logotype

Diff of /smsdaemon/Util.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 86 by torben, Mon Jun 16 07:39:56 2008 UTC revision 89 by torben, Mon Jun 16 10:09:17 2008 UTC
# Line 35  namespace Util Line 35  namespace Util
35          int uTimeDiff(const timeval& then, const timeval& now);          int uTimeDiff(const timeval& then, const timeval& now);
36          int mTimeDiff(const timeval& then, const timeval& now);          int mTimeDiff(const timeval& then, const timeval& now);
37    
38            timeval GetTimeOfDay();
39    
40          int my_system(const char* cmd);          int my_system(const char* cmd);
41    
42    
43          inline void Sleep(unsigned int msec)          inline void Sleep(unsigned int msec)
44          {          {
45              for (unsigned int i=0; i<msec; ++i)              for (unsigned int i=0; i<msec; ++i)

Legend:
Removed from v.86  
changed lines
  Added in v.89

  ViewVC Help
Powered by ViewVC 1.1.20