summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b285dd6)
в плагине конфигуратора на базе XML-RPC
bool LogoutAdmin(const std::string & cookie);
private:
bool LogoutAdmin(const std::string & cookie);
private:
+ static void * Run(void *);
+ std::string GetCookie() const;
+ void InitiateRegistry();
+
mutable string errorStr;
RPC_CONFIG_SETTINGS rpcConfigSettings;
USERS * users;
mutable string errorStr;
RPC_CONFIG_SETTINGS rpcConfigSettings;
USERS * users;
pthread_t tid;
std::map<std::string,
ADMIN_INFO> cookies;
pthread_t tid;
std::map<std::string,
ADMIN_INFO> cookies;
-
- static void * Run(void *);
- std::string GetCookie() const;
- void InitiateRegistry();