Making C++ classes final
[iot2.git] / iotjava / iotrmi / C++ / IoTSocketClient.hpp
index b69555fbaff39841076d2abf2295c1ce622e5281..4f5dec540f43c5293d8b41a6f7e89d4d3db10881 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "IoTSocket.hpp"
 
-class IoTSocketClient : public IoTSocket
+class IoTSocketClient final : public IoTSocket
 {
        public:
                IoTSocketClient(int iPort, const char* pStrHost, bool bReverse, bool* pResult);