--- smsdaemon/util.h 2008/06/11 06:46:14 43 +++ smsdaemon/util.h 2008/12/06 14:43:41 127 @@ -19,6 +19,8 @@ std::string str_toupper(std::string str); std::string str_tolower(std::string str); + std::string str_formatint(int i); + std::string str_replace_char(std::string str, char search, char replace); std::string str_characters(std::string str); @@ -33,10 +35,22 @@ int uTimeDiff(const timeval& then, const timeval& now); int mTimeDiff(const timeval& then, const timeval& now); + timeval GetTimeOfDay(); + + int my_system(const char* cmd, std::string* response = 0); + + inline void Sleep(unsigned int msec) { - for (unsigned int i=0; i