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.
This commit is contained in:
Stefan Schmidt 2016-07-28 16:00:31 +02:00
parent 6e325ee691
commit f752288666
1 changed files with 4 additions and 0 deletions

View 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