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