From 0cad0cb71ffd35708092a3d3d47d62a222042a8b Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 8 Nov 2010 15:19:54 +0200 Subject: [PATCH] =?utf8?q?=D0=92=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE?= =?utf8?q?=D0=B2=D0=BE=D1=87=D0=BD=D0=BE=D0=BC=20=D1=84=D0=B0=D0=B9=D0=BB?= =?utf8?q?=D0=B5=20rpcconfig.h=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D1=8B=20=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20=D1=81=20=D0=B7=D0=B0?= =?utf8?q?=D0=BF=D1=8F=D1=82=D0=BE=D0=B9=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= =?utf8?q?=20=D0=B1=D0=BB=D0=BE=D0=BA=D0=BE=D0=B2=20=D0=BA=D0=BE=D0=B4?= =?utf8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../configuration/rpcconfig/rpcconfig.h | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h index 75db5580..170f8e33 100644 --- a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h +++ b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h @@ -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); -- 2.43.2