git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Settings code and header files renamed
[stg.git]
/
projects
/
stargazer
/
user_impl.h
diff --git
a/projects/stargazer/user_impl.h
b/projects/stargazer/user_impl.h
index 68b7726810eac4312c7997598a9ebc67dda9f731..f1dd4175e4a314d7036639ee0437905625738310 100644
(file)
--- a/
projects/stargazer/user_impl.h
+++ b/
projects/stargazer/user_impl.h
@@
-117,7
+117,7
@@
public:
int WriteStat();
int WriteMonthStat();
int WriteStat();
int WriteMonthStat();
-
std::string const
& GetLogin() const { return login; }
+
const std::string
& GetLogin() const { return login; }
void SetLogin(std::string const & l);
uint32_t GetCurrIP() const { return currIP; }
void SetLogin(std::string const & l);
uint32_t GetCurrIP() const { return currIP; }
@@
-189,7
+189,7
@@
public:
void ProcessNewMonth();
bool IsInetable();
void ProcessNewMonth();
bool IsInetable();
- std::string
GetEnabledDirs();
+ std::string GetEnabledDirs();
void OnAdd();
void OnDelete();
void OnAdd();
void OnDelete();