Sending int[] instead of a bunch of int for enum type transport; cleaning up method...
[iot2.git] / iotjava / iotrmi / C++ / sample / CallBack_CBStub.hpp
index 0ab69b50f87094b55544c4bccd7cf644b9a7e250..b674efa8c08ff0feda58d894b603061504f93734 100644 (file)
@@ -16,9 +16,6 @@ class CallBack_CBStub : public CallBackInterface {
                int                                             printInt();
                void                                    setInt(int _i);
 
-               const static int                size = 2;
-               const static string     methodSignatures[size];
-
        private:                
 
                IoTRMICall      *rmiCall;
@@ -26,13 +23,6 @@ class CallBack_CBStub : public CallBackInterface {
 };
 
 
-const string CallBack_CBStub::methodSignatures[CallBack_CBStub::size] = {
-
-       "intprintInt()",
-       "voidsetInt(int)"
-};
-
-
 // Constructor
 CallBack_CBStub::CallBack_CBStub() {