changed: we should use SSL connection for such functions as:
adduser, login git-svn-id: svn://ttmath.org/publicrep/winix/trunk@766 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "notify/notify.h"
|
||||
|
||||
|
||||
class Functions;
|
||||
|
||||
|
||||
// file system
|
||||
@@ -71,6 +72,7 @@ public:
|
||||
void SetConfig(Config * pconfig);
|
||||
void SetDb(Db * pdb);
|
||||
void SetSynchro(Synchro * psynchro);
|
||||
void SetFunctions(Functions * pfunctions);
|
||||
void Init();
|
||||
|
||||
void AddParams(const ParamTab & param_tab, std::wstring & str, bool clear_str = true);
|
||||
@@ -142,6 +144,7 @@ private:
|
||||
Db * db;
|
||||
Config * config;
|
||||
Synchro * synchro;
|
||||
Functions * functions;
|
||||
|
||||
Item item_temp;
|
||||
std::wstring link_to_temp, name_temp;
|
||||
|
Reference in New Issue
Block a user