Removing callback port feature from master and slave
[iot2.git] / iotjava / iotruntime / cpp / iotslave / IoTSlave.hpp
index 1d14eacb73d9ff2ae7f60d5c7245776ba3ddfd47..834580ac4705e234003c8fd46ace77a6874e7803 100644 (file)
@@ -60,7 +60,6 @@ class IoTSlave {
                // Constants
                const static int RCVBUFSIZE = 1024;                     // Size of receive buffer
                const static int SKELPARAMSIZE = 3;                     // Number of params for skeleton
-               //const static int STUBPARAMSIZE = 6;                   // Number of params for stub
                const static int STUBPARAMSIZE = 5;                     // Number of params for stub
                const static string FILEPATH;                           // File path
                const static string FILEEXT;                            // File extension
@@ -85,7 +84,6 @@ class IoTSlave {
                string objectStubClass;         // Need to send from Java IoTSlave: sMessage.getObjectStubInterfaceName() + STUB_CLASS_SUFFIX
                int objectRegPort;
                int objectStubPort;
-               vector<int>* ports;                     // Now used to contain callback ports
                string objectFieldName;                                         // Field name that is going to be initialized with IoTSet or IoTRelation
                unordered_set<void*>* isetObject;                       // Set of object
                IoTSet<void*>* iotsetObject;                            // IoTSet of object