X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2FIoTRMICommClient.hpp;h=db3e1e31b8557fc50c749a32beaf80257da41962;hb=d6dfb71f4ffc4720ab531d133767c067724e8919;hp=0328059c058be907b56a16cc7aac993f55c2fa45;hpb=4d5080a1607fb27cfe8a769ef8ed34beef42859d;p=iot2.git diff --git a/iotjava/iotrmi/C++/IoTRMICommClient.hpp b/iotjava/iotrmi/C++/IoTRMICommClient.hpp index 0328059..db3e1e3 100644 --- a/iotjava/iotrmi/C++/IoTRMICommClient.hpp +++ b/iotjava/iotrmi/C++/IoTRMICommClient.hpp @@ -22,7 +22,7 @@ using namespace std; mutex clientRemoteCallMutex; mutex clientSendReturnObjMutex; -class IoTRMICommClient : public IoTRMIComm { +class IoTRMICommClient final : public IoTRMIComm { public: IoTRMICommClient(int _portSend, int _portRecv, const char* _address, int _rev, bool* _bResult); ~IoTRMICommClient();