Making C++ classes final
[iot2.git] / iotjava / iotrmi / C++ / IoTRMICommServer.hpp
index 18f59c21fbe7e985befbae7da649501482d33eb7..1af6438695356e2bd869bb312baa224ef84a0f85 100644 (file)
@@ -20,7 +20,7 @@
 using namespace std;
 
 
-class IoTRMICommServer : public IoTRMIComm {
+class IoTRMICommServer final : public IoTRMIComm {
        public:
                IoTRMICommServer(int _portSend, int _portRecv, bool* _bResult);
                ~IoTRMICommServer();