git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 37. The true parameter changed to false in ensure_equals()
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
rpcconfig
/
info_methods.h
diff --git
a/projects/stargazer/plugins/configuration/rpcconfig/info_methods.h
b/projects/stargazer/plugins/configuration/rpcconfig/info_methods.h
index a404839bb827010afef84efc5a0b74dca7405f2e..cb72bbf751dffbd6cec753597ddd0b06ca6303f6 100644
(file)
--- a/
projects/stargazer/plugins/configuration/rpcconfig/info_methods.h
+++ b/
projects/stargazer/plugins/configuration/rpcconfig/info_methods.h
@@
-7,8
+7,8
@@
#include <xmlrpc-c/base.hpp>
#include <xmlrpc-c/registry.hpp>
#include <xmlrpc-c/base.hpp>
#include <xmlrpc-c/registry.hpp>
-#include "users.h"
-#include "tariffs.h"
+#include "
stg/
users.h"
+#include "
stg/
tariffs.h"
// Forward declaration
class RPC_CONFIG;
// Forward declaration
class RPC_CONFIG;
@@
-30,7
+30,11
@@
public:
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalP);
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalP);
+
private:
private:
+ METHOD_INFO(const METHOD_INFO & rvalue);
+ METHOD_INFO & operator=(const METHOD_INFO & rvalue);
+
TARIFFS * tariffs;
USERS * users;
size_t dayFee;
TARIFFS * tariffs;
USERS * users;
size_t dayFee;
@@
-47,7
+51,11
@@
public:
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalP);
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalP);
+
private:
private:
+ METHOD_LOGIN(const METHOD_LOGIN & rvalue);
+ METHOD_LOGIN & operator=(const METHOD_LOGIN & rvalue);
+
RPC_CONFIG * config;
};
RPC_CONFIG * config;
};
@@
-61,7
+69,11
@@
public:
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalP);
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalP);
+
private:
private:
+ METHOD_LOGOUT(const METHOD_LOGOUT & rvalue);
+ METHOD_LOGOUT & operator=(const METHOD_LOGOUT & rvalue);
+
RPC_CONFIG * config;
};
RPC_CONFIG * config;
};