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 bdcfe32619
commit c596264255
5 changed files with 160 additions and 74 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);
};