X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2FIoTRMICommClient.hpp;h=77804cdda37afa1b2e2dc198e607262cc9214ac4;hb=7e8c0cabb7057ad561adbb8b6cc2a0fd5c41bbf4;hp=db3e1e31b8557fc50c749a32beaf80257da41962;hpb=8e565033fd19c4696f67862ade27f0ebbacf5682;p=iot2.git diff --git a/iotjava/iotrmi/C++/IoTRMICommClient.hpp b/iotjava/iotrmi/C++/IoTRMICommClient.hpp index db3e1e3..77804cd 100644 --- a/iotjava/iotrmi/C++/IoTRMICommClient.hpp +++ b/iotjava/iotrmi/C++/IoTRMICommClient.hpp @@ -86,7 +86,7 @@ void IoTRMICommClient::waitForPackets(IoTRMICommClient* 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 << "IoTRMICommClient: Packet type is unknown: " << packetType << endl; exit(1); }