upload tizen1.0 source
[framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-ro / wrt_db_types.h
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
  */
-/*
- * wrt_db_types.h
+/**
  *
- *  Created on: Nov 21, 2011
- *      Author: Krzysztof Jackiewicz(k.jackiewicz@samsung.com)
+ * @file    wrt_db_types.h
+ * @author  Krzysztof Jackiewicz
+ * @version 1.0
+ * @brief   This file contains the declaration of common data types for wrtdb
  */
+#ifndef _WRT_DB_TYPES_H_
+#define _WRT_DB_TYPES_H_
 
-#ifndef WRT_DB_TYPES_H_
-#define WRT_DB_TYPES_H_
-
-#include <dpl/ace-dao-ro/common_dao_types.h>
+#include <dpl/wrt-dao-ro/common_dao_types.h>
 
 typedef WrtDB::DbWidgetHandle WidgetHandle;
 typedef WrtDB::DbWidgetHandleList WidgetHandleList;
@@ -32,7 +32,6 @@ typedef WrtDB::DbWidgetFeature WidgetFeature;
 typedef WrtDB::DbWidgetFeatureSet WidgetFeatureSet;
 
 typedef WrtDB::DbWidgetSize WidgetSize;
-
 typedef WrtDB::DbPluginHandle PluginHandle;
 
-#endif /* WRT_DB_TYPES_H_ */
+#endif