]> git.stg.codes - stg.git/blobdiff - stglibs/ia_auth_c.lib/ia_auth_c.h
Fix compiler warning in sgconf_xml
[stg.git] / stglibs / ia_auth_c.lib / ia_auth_c.h
index 2e88cf76dd6741bd5043d90b8fc52514da45f9dc..1a1ea039e7b4a0622af6e58776dbcbd34ee1bfa4 100644 (file)
@@ -87,7 +87,7 @@ public:
 
     int         Connect();
     int         Disconnect();
 
     int         Connect();
     int         Disconnect();
-    int         GetAuthorized() const { return phase == 3 || phase == 4; };   // Ìû ïîäêëþ÷åíû èëè íåò?
+    int         GetAuthorized() const { return phase == 3 || phase == 4; };
     int         GetPhase() const { return phase; };
     int         GetStatus() const;
     int         GetReconnect() const { return reconnect; };
     int         GetPhase() const { return phase; };
     int         GetStatus() const;
     int         GetReconnect() const { return reconnect; };
@@ -131,8 +131,8 @@ private:
     LOADSTAT        stat;
     int             action;
     int             phase;
     LOADSTAT        stat;
     int             action;
     int             phase;
-    int             phaseTime;                  // Âðåìÿ âõîäà â ôàçó
-    string          messageText;                // Ñîîáùåíèå îá îøèáêå
+    int             phaseTime;
+    string          messageText;
     string          infoText;
     mutable string  strError;
     mutable int     codeError;
     string          infoText;
     mutable string  strError;
     mutable int     codeError;
@@ -154,19 +154,17 @@ private:
     pthread_t thread;
     #endif
 
     pthread_t thread;
     #endif
 
-    string          serverName;                     // Èìÿ ñåðâåðà
-    uint16_t        port;                           // Ïîðò ñåðâåðà
-    uint32_t        ip;                             // Proxy IP
+    string          serverName;
+    uint16_t        port;
+    uint32_t        ip;
     uint32_t        localPort;
 
     uint32_t        localPort;
 
-    struct sockaddr_in  localAddrS;      // Íàø àäðåñ
-    struct sockaddr_in  localAddrR;      // Íàø àäðåñ
-    struct sockaddr_in  servAddr;        // àäðåñ ñåðâåðà
+    struct sockaddr_in  servAddr;
 
     bool            firstConnect;
     int             reconnect;
     int             sockr;
 
     bool            firstConnect;
     int             reconnect;
     int             sockr;
-    int             protNum;                    // ×èñëî, êîòîðîå ó÷àñòâóåò â îáìåíå ñîîáùåíèÿìèa
+    int             protNum;
     int             userTimeout;
     int             aliveTimeout;
     unsigned int    rnd;
     int             userTimeout;
     int             aliveTimeout;
     unsigned int    rnd;
@@ -193,7 +191,6 @@ private:
     DISCONN_SYN_8     * disconnSyn8;
     DISCONN_SYN_ACK_8 * disconnSynAck8;
     DISCONN_ACK_8     * disconnAck8;
     DISCONN_SYN_8     * disconnSyn8;
     DISCONN_SYN_ACK_8 * disconnSynAck8;
     DISCONN_ACK_8     * disconnAck8;
-    ERR_8               err;
     INFO_8            * info;
 };
 //---------------------------------------------------------------------------
     INFO_8            * info;
 };
 //---------------------------------------------------------------------------
@@ -205,5 +202,3 @@ void * RunW(void *);
 
 //---------------------------------------------------------------------------
 #endif //IA_AUTH_C_H
 
 //---------------------------------------------------------------------------
 #endif //IA_AUTH_C_H
-
-