Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
[iot2.git] / benchmarks / Cpp / Lifxtest / LightBulbTest_Stub.hpp
index ccc3fe6cdb6b6055a25d3fef282b09c731893648..5d0c9b0b321787cea37ff0c661cdef1198dd1acd 100644 (file)
@@ -144,4 +144,7 @@ class LightBulbTest_Stub : public LightBulbTest
        }
 
 };
+
+//typedef LightBulbTest_Stub* create_t(int _port, const char* _skeletonAddress, string _callbackAddress, int _rev, bool* _bResult, vector<int> _ports);
+//typedef void destroy_t(LightBulbTest_Stub*);
 #endif