]> git.stg.codes - stg.git/commitdiff
В заголовочном файле rpcconfig.h удалены точки с запятой после блоков
authorMaxim Mamontov <faust@user-desktop.(none)>
Mon, 8 Nov 2010 13:19:54 +0000 (15:19 +0200)
committerMaxim Mamontov <faust@user-desktop.(none)>
Mon, 8 Nov 2010 13:19:54 +0000 (15:19 +0200)
кода

projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h

index 75db5580eecda2b6200d13990b010462ab19caed..170f8e33726244f0d83268dd936785fd88bdd54c 100644 (file)
@@ -59,24 +59,24 @@ public:
     RPC_CONFIG();
     virtual ~RPC_CONFIG();
 
-    void                SetUsers(USERS * u) { users = u; };
-    void                SetTariffs(TARIFFS * t) { tariffs = t; };
-    void                SetAdmins(ADMINS * a) { admins = a; };
-    void                SetStore(BASE_STORE * s) { store = s; };
-    void                SetTraffcounter(TRAFFCOUNTER *) {};
-    void                SetStgSettings(const SETTINGS * s) { stgSettings = s; };
-    void                SetSettings(const MODULE_SETTINGS & s) { settings = s; };
+    void                SetUsers(USERS * u) { users = u; }
+    void                SetTariffs(TARIFFS * t) { tariffs = t; }
+    void                SetAdmins(ADMINS * a) { admins = a; }
+    void                SetStore(BASE_STORE * s) { store = s; }
+    void                SetTraffcounter(TRAFFCOUNTER *) {}
+    void                SetStgSettings(const SETTINGS * s) { stgSettings = s; }
+    void                SetSettings(const MODULE_SETTINGS & s) { settings = s; }
     int                 ParseSettings();
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; };
-    bool                IsRunning() { return running && !stopped; };
+    int                 Reload() { return 0; }
+    bool                IsRunning() { return running && !stopped; }
 
-    const string      & GetStrError() const { return errorStr; };
-    const string        GetVersion() const { return RPC_CONFIG_VERSION; };
-    uint16_t            GetStartPosition() const { return 220; };
-    uint16_t            GetStopPosition() const { return 220; };
+    const string      & GetStrError() const { return errorStr; }
+    const string        GetVersion() const { return RPC_CONFIG_VERSION; }
+    uint16_t            GetStartPosition() const { return 220; }
+    uint16_t            GetStopPosition() const { return 220; }
 
     bool                GetAdminInfo(const std::string & cookie,
                                      ADMIN_INFO * info);