Adding class LabRoom for IoTRelation testing with C++ IoTSlave
[iot2.git] / benchmarks / virtuals / RoomSmart.hpp
diff --git a/benchmarks/virtuals/RoomSmart.hpp b/benchmarks/virtuals/RoomSmart.hpp
new file mode 100644 (file)
index 0000000..7a9e845
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef _ROOMSMART_HPP__
+#define _ROOMSMART_HPP__
+#include <iostream>
+#include <vector>
+#include <set>
+#include "IoTRMICall.hpp"
+#include "IoTRMIObject.hpp"
+
+using namespace std;
+
+class RoomSmart
+{
+       public:
+       virtual int getRoomID() = 0;
+};
+#endif