X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2FIoTSocketServer.hpp;h=47400f92fc69c2b1287ed70aa77d333883c82aec;hb=d6dfb71f4ffc4720ab531d133767c067724e8919;hp=3d56e70dd286b1f9d21789e6568ce9388230d7f0;hpb=d227810e27d0c63637497c4adaabc19dc67b186a;p=iot2.git diff --git a/iotjava/iotrmi/C++/IoTSocketServer.hpp b/iotjava/iotrmi/C++/IoTSocketServer.hpp index 3d56e70..47400f9 100644 --- a/iotjava/iotrmi/C++/IoTSocketServer.hpp +++ b/iotjava/iotrmi/C++/IoTSocketServer.hpp @@ -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);