#include <string>
#include <memory>
#include "libepp_nicbr.H"
#include "Session.H"
#include "SheppCommand.H"
#include <list>
Go to the source code of this file.
Defines | |
#define | USE_BR_DOMAINS 1 |
#define | SHEPP_VERSION "0.6" |
#define | DEFAULT_PORT 3121 |
#define | CMD_CONTAINER list |
#define | CLIENT_PEM "../../unit_test/client.pem" |
#define | ROOT_PEM "../../unit_test/root.pem" |
Variables | |
LIBEPP_NICBR_NS_USE CMD_CONTAINER< SheppCommand > | _commands |
Global container of available commands. | |
string | _server = "localhost" |
Global connection setup variables. | |
int | _port = DEFAULT_PORT |
string | _user = "test" |
string | _passphrase = "client passphrase" |
string | _client_pem = CLIENT_PEM |
string | _root_pem = ROOT_PEM |
bool | _connected = false |
string | _login_pw = "" |
string | _login_new_pw = "" |
bool | _new_pw = false |
string | _lang = "" |
bool | _beauty = true |
bool | _debug = false |
bool | _autorsp = true |
bool | _keepalive = false |
bool | _ka_running = false |
bool | _cmd_running = false |
string | _xmlrsp = "" |
string | _xmlcmd = "" |
auto_ptr< Session > | _session |
Reference to session. |