diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-16 14:05:27 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-16 14:05:27 +0300 |
commit | 3627d42af059a52d2095efc783550fe589d68bcb (patch) | |
tree | 0ae26f664591260fa4e7754c2af9e4e45419e48a /server/src/client.cpp | |
parent | 04edaab436dae1747270d7d10c0586a2a4c222bf (diff) |
server:
some initial work on authentification part
client-qt:
some initial work on authentification part
Diffstat (limited to 'server/src/client.cpp')
-rw-r--r-- | server/src/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/client.cpp b/server/src/client.cpp index 21ea62a..858b230 100644 --- a/server/src/client.cpp +++ b/server/src/client.cpp @@ -1,6 +1,6 @@ #include "client.h" -client::client() +client::client(std::string &client_auth_token) : auth_token(client_auth_token) { //ctor } |