Fixed some issues in HTTP, added GET param support, fixed a bug, etc... lots of maintenaince.

This commit is contained in:
Thulinma 2011-10-16 16:45:55 +02:00
parent 266196d731
commit fdfe95e792
4 changed files with 72 additions and 33 deletions

View file

@ -27,4 +27,7 @@ namespace Util{
static pid_t getPid(std::string name);
static std::string getName(pid_t name);
};
static setUser(std::string user);
};