Adding callback for C++ (still has bug for return values); adding struct as method...
[iot2.git] / iotjava / iotrmi / C++ / IoTSocket.hpp
index 46685f71a8cf958739683c67e49fb045dd026a26..54f02344bdd04773c8a0bd1d94c853061e3ea8f3 100644 (file)
@@ -159,7 +159,7 @@ char* IoTSocket::receiveBytes(char* pVals, int* len)
        if (!receiveAck())
                return NULL;
 #endif
-
+       cout << "Socket 6!" << endl;
        return pVals;
 }