stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f7522886666b785430d9a2af477cb953b97c3f61

commit f7522886666b785430d9a2af477cb953b97c3f61
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 28 16:00:31 2016 +0200

    eldbus: make sure eldbus model is hidden behind the BETA API flag
    
    Make sure we keep this in beta for now until our EO based interfaces are 
ready.
---
 src/lib/eldbus/Eldbus_Model.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/eldbus/Eldbus_Model.h b/src/lib/eldbus/Eldbus_Model.h
index 9edbd77..4f4aca2 100644
--- a/src/lib/eldbus/Eldbus_Model.h
+++ b/src/lib/eldbus/Eldbus_Model.h
@@ -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

-- 


Reply via email to