[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: Ic75510fd0c50d80c501ec28cc339a720b6c66a0e
#include <dynamicbox_service.h>
-#ifndef __DYNAMICBOX_H
-#define __DYNAMICBOX_H
+#ifndef __DYNAMICBOX_VIEWER_H
+#define __DYNAMICBOX_VIEWER_H
#ifdef __cplusplus
extern "C" {
* @return int
* @retval #DBOX_STATUS_ERROR_NONE Successfully registered
* @retval #DBOX_STATUS_ERROR_INVALID_PARAMETER Invalid argument
- * @see dynamicbox_get_data()
+ * @see dynamicbox_data()
*/
extern int dynamicbox_set_data(dynamicbox_h handler, void *data);
}
#endif
-#endif
+#endif // __DYNAMICBOX_VIEWER_H