git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed compilation issue.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
rpcconfig
/
messages_methods.h
diff --git
a/projects/stargazer/plugins/configuration/rpcconfig/messages_methods.h
b/projects/stargazer/plugins/configuration/rpcconfig/messages_methods.h
index 2e5a2fdca1772e2a9d46509a78b5e6043abf099c..7188d0bf97f6233a8541391f459614831e3c93f8 100644
(file)
--- a/
projects/stargazer/plugins/configuration/rpcconfig/messages_methods.h
+++ b/
projects/stargazer/plugins/configuration/rpcconfig/messages_methods.h
@@
-19,7
+19,11
@@
public:
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalPtr);
void execute(xmlrpc_c::paramList const & paramList,
xmlrpc_c::value * const retvalPtr);
+
private:
private:
+ METHOD_MESSAGE_SEND(const METHOD_MESSAGE_SEND & rvalue);
+ METHOD_MESSAGE_SEND & operator=(const METHOD_MESSAGE_SEND & rvalue);
+
RPC_CONFIG * config;
USERS * users;
};
RPC_CONFIG * config;
USERS * users;
};