From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03077.html | 186 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 docs/doxygen/nel/a03077.html (limited to 'docs/doxygen/nel/a03077.html') diff --git a/docs/doxygen/nel/a03077.html b/docs/doxygen/nel/a03077.html new file mode 100644 index 00000000..5c5c240a --- /dev/null +++ b/docs/doxygen/nel/a03077.html @@ -0,0 +1,186 @@ + + +NeL: NLNET::CPendingUser struct Reference + + + +
+

NLNET::CPendingUser Struct Reference

+ + + + + + + + + + + + + +

Public Member Functions

 CPendingUser (const CLoginCookie &cookie, const string &un, const string &up)

Data Fields

CLoginCookie Cookie
uint32 Time
string UserName
string UserPriv
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLNET::CPendingUser::CPendingUser const CLoginCookie cookie,
const string &  un,
const string &  up
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 44 of file login_server.cpp. +

+References Cookie, UserName, and UserPriv. +

+

00044 : Cookie (cookie), UserName(un), UserPriv(up) { Time = CTime::getSecondsSince1970(); }
+
+


Field Documentation

+

+ + + + +
+ + +
CLoginCookie NLNET::CPendingUser::Cookie +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file login_server.cpp. +

+Referenced by CPendingUser().

+

+ + + + +
+ + +
uint32 NLNET::CPendingUser::Time +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file login_server.cpp.

+

+ + + + +
+ + +
string NLNET::CPendingUser::UserName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file login_server.cpp. +

+Referenced by CPendingUser().

+

+ + + + +
+ + +
string NLNET::CPendingUser::UserPriv +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file login_server.cpp. +

+Referenced by CPendingUser().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:02:53 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1