diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 15:17:49 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 15:18:09 +0200 |
commit | 39b14d705adb349febf413995b35dcd92fb048f4 (patch) | |
tree | b8e9519115fe34cedf31b3573128c5f639f98213 /src/lib/elocation/Elocation.h | |
parent | da3684b9bc94f828c42e8ec6e74941c6aa2b22a8 (diff) |
elocation: allow usage of it with C++.
Diffstat (limited to '')
-rw-r--r-- | src/lib/elocation/Elocation.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index 4d23493171..5bb2772ef3 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h | |||
@@ -66,6 +66,10 @@ | |||
66 | #include <Ecore.h> | 66 | #include <Ecore.h> |
67 | #include <Eldbus.h> | 67 | #include <Eldbus.h> |
68 | 68 | ||
69 | #ifdef __cplusplus | ||
70 | extern "C" { | ||
71 | #endif | ||
72 | |||
69 | /** | 73 | /** |
70 | * @ingroup Location | 74 | * @ingroup Location |
71 | * @brief Available location events that are emitted from the library | 75 | * @brief Available location events that are emitted from the library |
@@ -416,6 +420,10 @@ EAPI Eina_Bool elocation_init(void); | |||
416 | */ | 420 | */ |
417 | EAPI void elocation_shutdown(void); | 421 | EAPI void elocation_shutdown(void); |
418 | 422 | ||
423 | #ifdef __cplusplus | ||
424 | } | ||
425 | #endif | ||
426 | |||
419 | #endif /* BETA API */ | 427 | #endif /* BETA API */ |
420 | 428 | ||
421 | #endif | 429 | #endif |