eldbus: make sure eldbus model is hidden behind the BETA API flag
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 28 Jul 2016 14:00:31 +0000 (16:00 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 29 Jul 2016 10:04:13 +0000 (12:04 +0200)
Make sure we keep this in beta for now until our EO based interfaces are ready.

src/lib/eldbus/Eldbus_Model.h

index 9edbd77..4f4aca2 100644 (file)
@@ -9,6 +9,8 @@
 extern "C" {
 #endif
 
+#ifdef EFL_BETA_API_SUPPORT
+
 #include <eldbus_model_connection.eo.h>
 #include <eldbus_model_object.eo.h>
 #include <eldbus_model_proxy.eo.h>
@@ -16,6 +18,8 @@ extern "C" {
 #include <eldbus_model_method.eo.h>
 #include <eldbus_model_signal.eo.h>
 
+#endif
+
 #ifdef __cplusplus
 }
 #endif