X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0dfd76c6fc55b5930c5ff296a28b77f1c5a2c43e..3dafc0ac1f88afe3ef0d722f812db5c343143828:/stglibs/ia_auth_c.lib/ia_auth_c.h?ds=inline

diff --git a/stglibs/ia_auth_c.lib/ia_auth_c.h b/stglibs/ia_auth_c.lib/ia_auth_c.h
index 639646af..abacaecd 100644
--- a/stglibs/ia_auth_c.lib/ia_auth_c.h
+++ b/stglibs/ia_auth_c.lib/ia_auth_c.h
@@ -87,7 +87,7 @@ public:
 
     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; };
@@ -131,8 +131,8 @@ private:
     LOADSTAT        stat;
     int             action;
     int             phase;
-    int             phaseTime;                  // Âðåìÿ âõîäà â ôàçó
-    string          messageText;                // Ñîîáùåíèå îá îøèáêå
+    int             phaseTime;
+    string          messageText;
     string          infoText;
     mutable string  strError;
     mutable int     codeError;
@@ -154,17 +154,17 @@ private:
     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;
 
-    struct sockaddr_in  servAddr;        // àäðåñ ñåðâåðà
+    struct sockaddr_in  servAddr;
 
     bool            firstConnect;
     int             reconnect;
     int             sockr;
-    int             protNum;                    // ×èñëî, êîòîðîå ó÷àñòâóåò â îáìåíå ñîîáùåíèÿìèa
+    int             protNum;
     int             userTimeout;
     int             aliveTimeout;
     unsigned int    rnd;
@@ -203,5 +203,3 @@ void * RunW(void *);
 
 //---------------------------------------------------------------------------
 #endif //IA_AUTH_C_H
-
-