equal
deleted
inserted
replaced
|
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 |