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:
2011-09-14 09:56:00 +00:00
parent 39923d6617
commit f113e2ef31
7 changed files with 97 additions and 16 deletions

View File

@@ -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;