include/tools.h
changeset 0 826dd5531eb0
child 3 724e07a9f155
equal deleted inserted replaced
-1:000000000000 0:826dd5531eb0
       
     1 /*
       
     2  *  $Id: tools.h 2 2007-12-22 14:15:30Z mbroeker $
       
     3  * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/tools.h $
       
     4  */
       
     5 
       
     6 #ifndef TOOLS_H
       
     7 #define TOOLS_H
       
     8 
       
     9 #include <sstream>
       
    10 
       
    11 std::string itoa(const int& i);
       
    12 
       
    13 #endif