Add the base code for gtest verification
[platform/core/connectivity/bluetooth-agent.git] / map-agent / bluetooth_map_types.h
index 4cfd297..4226bc1 100644 (file)
 #ifndef BLUETOOTH_MAP_TYPES_H_
 #define BLUETOOTH_MAP_TYPES_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define FOLDER_COUNT 5 /* INBOX, OUTBOX, SENT, DRAFT, DELETED*/
 #define MSG_TYPES 2 /* GSM_SMS, EMAIL*/
 #define BT_MAP_SUBJECT_MAX_LEN 50
@@ -97,4 +101,8 @@ typedef struct {
        char *originator;
        guint8 priority;
 } map_msg_filter_t;
+
+#ifdef __cplusplus
+}
+#endif
 #endif /* BLUETOOTH_MAP_TYPES_H_ */