Removing printing statements from C++ RMI library - this will cause SO files to get...
[iot2.git] / iotjava / iotrmi / C++ / sample / CallBackInterface.hpp
index 9864d6fb80869f1820853106b85054d97cd50897..7364f8dbc1b472f183712eb431a401d70109e783 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _CALLBACKINTERFACE_HPP__
+#define _CALLBACKINTERFACE_HPP__
+
 #include <iostream>
 
 using namespace std;
@@ -8,3 +11,5 @@ class CallBackInterface {
                virtual void    setInt(int _i) = 0;
 };
 
+#endif
+