Sending int[] instead of a bunch of int for enum type transport; cleaning up method...
[iot2.git] / iotjava / iotrmi / C++ / sample / CallBack_Skeleton.hpp
index 9ab5c03bf0462aaa3848e886a3de41979fd48122..bde7e42627f9a9d1862d701bc2c9eb455e2d9e9c 100644 (file)
@@ -19,22 +19,12 @@ class CallBack_Skeleton : public CallBackInterface {
                void                    ___printInt();
                void                    ___setInt();
 
-               const static int size = 2;
-               const static string methodSignatures[size];
-
        private:                
                CallBackInterface       *cb;
                IoTRMIObject            *rmiObj;
 };
 
 
-const string CallBack_Skeleton::methodSignatures[CallBack_Skeleton::size] = {
-
-       "intprintInt()",
-       "voidsetInt(int)"
-};
-
-
 // Constructor
 CallBack_Skeleton::CallBack_Skeleton(CallBackInterface* _cb, int _port) {