Implemented Util::getMyPath()

This commit is contained in:
Thulinma 2012-10-23 11:12:08 +02:00
parent 255e664e4c
commit 5674f5de8f
3 changed files with 21 additions and 1 deletions

View file

@ -31,6 +31,9 @@ namespace Util{
void addConnectorOptions(int port);
};
/// Gets directory the current executable is stored in.
std::string getMyPath();
/// Will set the active user to the named username.
void setUser(std::string user);