diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-06-30 19:32:52 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-06-30 19:35:06 +0100 |
commit | c05493b480b23cf45d2b8de9fe50070939519abb (patch) | |
tree | 372dcb9175b63b6e87e09cb9c570ba58e52983cf /src/lib/eolian_cxx/Eolian_Cxx.hh | |
parent | bd41cfe9ea1633a9dd8e2831f6b1ab37d7ddf41d (diff) |
eolian-cxx: Added namespaces and more (see below)
Implemented namespaces
Added eolian_wrappers.hh with C++ code wrapping Eolain API
Changed eolian_cxx program options. Now they're eolian_gen's
Added functions to safe_str.hh (safe_lower, safe_upper, normalize_spaces, path_base)
Added a mocked version of type_lookup.hh in advance. The full
version will come as soon as complex-types are added.
Made apply again by Daniel Kolesa, original implementation by Savio Sena.
Diffstat (limited to 'src/lib/eolian_cxx/Eolian_Cxx.hh')
-rw-r--r-- | src/lib/eolian_cxx/Eolian_Cxx.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eolian_cxx/Eolian_Cxx.hh b/src/lib/eolian_cxx/Eolian_Cxx.hh index c4fe6438a9..dfa748247e 100644 --- a/src/lib/eolian_cxx/Eolian_Cxx.hh +++ b/src/lib/eolian_cxx/Eolian_Cxx.hh | |||
@@ -4,10 +4,10 @@ | |||
4 | 4 | ||
5 | extern "C" | 5 | extern "C" |
6 | { | 6 | { |
7 | #include <Eolian.h> | ||
8 | #ifdef HAVE_CONFIG_H | 7 | #ifdef HAVE_CONFIG_H |
9 | # include <config.h> | 8 | # include <config.h> |
10 | #endif | 9 | #endif |
10 | #include <Eolian.h> | ||
11 | } | 11 | } |
12 | 12 | ||
13 | namespace efl { namespace eolian { | 13 | namespace efl { namespace eolian { |