#include <server.hpp>

Public Member Functions | |
| Server (const std::string &_userName) throw (Error) | |
| const std::string & | getUserName (void) const |
Protected Attributes | |
| std::string | userName |
Definition at line 28 of file server.hpp.
| Server::Server | ( | const std::string & | _userName | ) | throw (Error) [inline] |
Constructor for server object.
| _userName | Name of database user. |
Definition at line 33 of file server.hpp.
00033 : 00034 userName( _userName ) {}
| const std::string& Server::getUserName | ( | void | ) | const [inline] |
std::string Server::userName [protected] |