Making C++ classes final
[iot2.git] / iotjava / iotrmi / C++ / IoTRMICommClient.hpp
index 0328059c058be907b56a16cc7aac993f55c2fa45..db3e1e31b8557fc50c749a32beaf80257da41962 100644 (file)
@@ -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();