]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/messages_methods.h
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / messages_methods.h
index 2e5a2fdca1772e2a9d46509a78b5e6043abf099c..7188d0bf97f6233a8541391f459614831e3c93f8 100644 (file)
@@ -19,7 +19,11 @@ public:
 
     void execute(xmlrpc_c::paramList const & paramList,
                  xmlrpc_c::value * const retvalPtr);
+
 private:
+    METHOD_MESSAGE_SEND(const METHOD_MESSAGE_SEND & rvalue);
+    METHOD_MESSAGE_SEND & operator=(const METHOD_MESSAGE_SEND & rvalue);
+
     RPC_CONFIG * config;
     USERS * users;
 };