Fix build error
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 19 Nov 2014 04:51:46 +0000 (13:51 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 19 Nov 2014 04:51:46 +0000 (13:51 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I97dd3c5d686799ac14b9715929c40a2ca24099fa

include/dynamicbox.h
include/internal/dynamicbox.h

index 9f601d6..6fe9d0e 100644 (file)
@@ -97,6 +97,13 @@ extern const int DBOX_OUTPUT_UPDATED;
 extern const int DBOX_NEED_TO_SCHEDULE;
 
 /**
+ * @internal
+ * @brief Return values of dynamicbox programming interfaces: Need to create a new instance.
+ * @since_tizen 2.3
+ */
+extern const int DBOX_NEED_TO_CREATE;
+
+/**
  * @brief Return values of dynamicbox programming interfaces: Need to do force update.
  * @since_tizen 2.3
  * @feature http://developer.samsung.com/tizen/feature/samsung_extension
index f9f1774..01f23a9 100644 (file)
@@ -306,13 +306,6 @@ typedef struct dynamicbox_buffer *dynamicbox_buffer_h;
 
 /**
  * @internal
- * @brief Return values of dynamicbox programming interfaces: Need to create a new instance.
- * @since_tizen 2.3
- */
-extern const int DBOX_NEED_TO_CREATE;
-
-/**
- * @internal
  * @brief Return values of dynamicbox programming interfaces: Using network.
  * @since_tizen 2.3
  */