X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2FIoTRMICommServer.hpp;h=85520da67851c4a4fe8c4b48495d3199494f9297;hb=7e8c0cabb7057ad561adbb8b6cc2a0fd5c41bbf4;hp=1af6438695356e2bd869bb312baa224ef84a0f85;hpb=8e565033fd19c4696f67862ade27f0ebbacf5682;p=iot2.git diff --git a/iotjava/iotrmi/C++/IoTRMICommServer.hpp b/iotjava/iotrmi/C++/IoTRMICommServer.hpp index 1af6438..85520da 100644 --- a/iotjava/iotrmi/C++/IoTRMICommServer.hpp +++ b/iotjava/iotrmi/C++/IoTRMICommServer.hpp @@ -103,7 +103,7 @@ void IoTRMICommServer::waitForPackets(IoTRMICommServer* rmiComm) { rmiComm->returnQueue.enqueue(packetBytes, packetLen); } else { // TODO: We need to log error message when we come to running this using IoTSlave - // TODO: Beware that using "cout" in the process will kill it (as IoTSlave is loaded in Sentinel) + // TODO: Beware that using "cout" in the process will kill it (as IoTSlave is loaded at runtime) cerr << "IoTRMICommServer: Packet type is unknown: " << packetType << endl; exit(1); }