Adjusting C++ files to compile with gcc 4.9.3
[iot2.git] / benchmarks / drivers / Java / LifxLightBulb / LifxLightBulb.config
index 25322a6f492019794a2efff8f9067d26ae655919..da91b55ddb5f412d795727371ab9ed91619cbbf5 100644 (file)
@@ -1,8 +1,9 @@
 # Skeleton/original interface
 INTERFACE_CLASS=LightBulb
 # Stub
-#INTERFACE_STUB_CLASS=LightBulbTest    # This one is needed for Lifxtest application
-INTERFACE_STUB_CLASS=LightBulbSmart    # This one is needed for SmartLightsController application
+# LightBulbTest is for Lifxtest and LightBulbSmart is for SmartLightsController
+INTERFACE_STUB_CLASS=LightBulbTest
+#INTERFACE_STUB_CLASS=LightBulbSmart
 
 # For C++ instrumentation
 FIELD_NUMBER=1