Fixed compiler for Java code generation (not heavily tested yet, but fixes include...
[iot2.git] / iotjava / iotrmi / C++ / IoTRMICall.hpp
index a63079846b4c7797bc9a37adebfe676b227dd3d9..a92f3e3732da99b090073d334cf5d96d47abd3f8 100644 (file)
@@ -37,7 +37,6 @@ class IoTRMICall {
                void**  getReturnObjects(char* retBytes, string retCls[], int numRet, void* retObj[]);
 
        private:
-               map<string,int>         mapSign2MethodId;
                IoTRMIUtil                      *rmiUtil;
                IoTSocketClient         *rmiClient;