git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Добавлено обнуление буфера перед заполнением его строкой с паролем в
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
configproto.h
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/configproto.h
b/projects/stargazer/plugins/configuration/sgconfig/configproto.h
index 29369867b56a1605596f0f51f1fd61e3cfca4758..35e54105a38d20a501abd06fcf4b0b85deeba2ac 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/configproto.h
+++ b/
projects/stargazer/plugins/configuration/sgconfig/configproto.h
@@
-64,11
+64,11
@@
public:
void SetTariffs(TARIFFS * t);
void SetStore(BASE_STORE * s);
void SetStgSettings(const SETTINGS * s);
void SetTariffs(TARIFFS * t);
void SetStore(BASE_STORE * s);
void SetStgSettings(const SETTINGS * s);
- const string & GetAdminLogin();
- uint32_t GetAdminIP();
+
//
const string & GetAdminLogin();
+ uint32_t GetAdminIP()
const
;
int Prepare();
int Stop();
int Prepare();
int Stop();
- const string & GetStrError();
+ const string & GetStrError()
const
;
static void * Run(void * a);
private:
static void * Run(void * a);
private: