Preparing C++ stubs and skeletons for circular compilation (it couldn't compile earlier)
[iot2.git] / iotjava / iotrmi / C++ / basics / TestClass.hpp
index cc6c8542d20a8405c433ac2f3643be34146a24a8..e4918b58209319c26703bd3aae0ebaf6dac56811 100644 (file)
@@ -146,7 +146,7 @@ int TestClass::callBack() {
 
        int sum = 0;
        for (CallBackInterfaceWithCallBack* cb : cbvec) {
-               cb->needCallback(this);
+               //cb->needCallback(this);
                sum = sum + cb->printInt();
        }