Making C++ classes final
[iot2.git] / iotjava / iotrmi / C++ / IoTRMICall.hpp
index a92f3e3732da99b090073d334cf5d96d47abd3f8..ee04ef193da72d81a57369344153ac84bce7b3be 100644 (file)
@@ -23,7 +23,7 @@ using namespace std;
 
 mutex mtx;
 
-class IoTRMICall {
+class IoTRMICall final {
        public:
                IoTRMICall(int _port, const char* _address, int _rev, bool* _bResult);
                ~IoTRMICall();