]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/configproto.h
Replace some unsigned types with size_t
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / configproto.h
index efecd121458f8e8214e07f8a11b1be56b8f129cf..3a6e814c8db85a456c2345032d016a2a05c8aceb 100644 (file)
@@ -61,11 +61,11 @@ public:
     void            SetTariffs(TARIFFS * t);
     void            SetStore(STORE * s);
     void            SetStgSettings(const SETTINGS * s);
-    uint32_t        GetAdminIP() const;
+    uint32_t        GetAdminIP() const { return adminIP; }
     int             Prepare();
     int             Stop();
-    const std::string & GetStrError() const;
-    static void *   Run(void * a);
+    const std::string & GetStrError() const { return errorStr; }
+    void            Run();
 
 private:
     int             RecvHdr(int sock);