Making C++ classes final
[iot2.git] / iotjava / iotrmi / C++ / IoTSocketServer.hpp
index 3d56e70dd286b1f9d21789e6568ce9388230d7f0..47400f92fc69c2b1287ed70aa77d333883c82aec 100644 (file)
@@ -18,7 +18,7 @@
 
 #define BACKLOG 10      // How many pending connections queue will hold 
 
-class IoTSocketServer : public IoTSocket
+class IoTSocketServer final : public IoTSocket
 {
   public:
                IoTSocketServer(int iPort, bool* pResult);