Doing the same set of transformations for C++
[iot2.git] / iotjava / iotrmi / Java / IoTRMIObject.java
index 317ed1f5804837c300a26643a33185b74ada7747..e801e44530bcf59de21bb1e8c147f20c474bcb5e 100644 (file)
@@ -91,11 +91,11 @@ public class IoTRMIObject {
        /**
         * setMethodBytes() sets bytes for method
         */
-       public void setMethodBytes(byte[] _methodBytes) throws IOException {
+       /*public void setMethodBytes(byte[] _methodBytes) throws IOException {
 
                // Set method bytes
                methodBytes = _methodBytes;
-       }
+       }*/
 
 
        /**