diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
| commit | c8b2ef7b899766d04562f7e04a84251cea8fa701 (patch) | |
| tree | 52816b17c17e2db0cf89e68537ad1a52392f1510 /src/chat/sess.h | |
| parent | ca28c0e618890330d429c0dc12429255b20f0c90 (diff) | |
tagging ychat-0.8.0ychat-0.8.0
Diffstat (limited to 'src/chat/sess.h')
| -rwxr-xr-x | src/chat/sess.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/chat/sess.h b/src/chat/sess.h index 033e954..17d9cfe 100755 --- a/src/chat/sess.h +++ b/src/chat/sess.h @@ -10,22 +10,22 @@ class cont; using namespace std; -class sess +class sess { private: - string s_tmpid; - user *p_user; + string s_tmpid; + user *p_user; public: - sess(string s_tmpid); - ~sess(); + sess(string s_tmpid); + ~sess(); - string get_tmpid(); + string get_tmpid(); - void set_user(user* p_user); - user* get_user(); - void set_name(string s_name); - string get_name(); - void invalidate(); + void set_user(user* p_user); + user* get_user(); + void set_name(string s_name); + string get_name(); + void invalidate(); }; #endif |
