Making C++ classes final
[iot2.git] / iotjava / iotrmi / C++ / IoTRMIObject.hpp
index 1dd3d57ba10b91c3c3a0d77d38dbd753eb9b95ea..7d0312c9999f9c99175ee7c21699ba1a8dd0dd9e 100644 (file)
@@ -20,7 +20,7 @@
 
 using namespace std;
 
-class IoTRMIObject {
+class IoTRMIObject final {
        public:
                IoTRMIObject(int _port, bool* _bResult);
                ~IoTRMIObject();