Removing printing statements from C++ RMI library - this will cause SO files to get...
[iot2.git] / iotjava / iotrmi / C++ / sample / CallBack_CBSkeleton.hpp
index ffd6c42e75d522711e81396f12835aa9a08a4dda..bc67c92a8a107ab20fa612dc83433e6c7a40cba0 100644 (file)
@@ -20,19 +20,9 @@ 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)"
+               int                                                     objectId = 0;
 };