Avoid name mangling for device_event headader 76/79776/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 13 Jul 2016 00:57:34 +0000 (09:57 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 13 Jul 2016 00:57:34 +0000 (09:57 +0900)
Change-Id: I6895028dc9e328aae88d8847ce6f02cac34143e0

include/wearable/inputmethod_device_event.h

index 1b74a21794624db576e1c58c467f1fd5bd21cb76..16c19094d2dbc0aed0434e59a0941aa898aeba9f 100644 (file)
  * @brief This file contains definitions for unconventional input device events.
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /**
  * @addtogroup CAPI_UIX_INPUTMETHOD_MODULE
  * @{
@@ -198,6 +202,10 @@ EXPORT_API int ime_event_unset_process_input_device_event_cb(void);
  */
 EXPORT_API int ime_input_device_rotary_get_direction(ime_input_device_event_h event_handle, ime_input_device_rotary_direction_e *direction);
 
+#ifdef __cplusplus
+}
+#endif
+
 /**
  * @}
  */