upload tizen1.0 source
[framework/web/wrt-commons.git] / modules / auto_save_dao / dao / common_dao_types.cpp
similarity index 67%
rename from modules/ace/dao/AceDatabase.cpp
rename to modules/auto_save_dao/dao/common_dao_types.cpp
index 110f791..d816753 100644 (file)
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
  */
-/*
- * @file    AceDatabase.cpp
- * @author  Lukasz Marek (l.marek@samsung.com)
+/**
+ *
+ * @file    common_dao_types.cpp
+ * @author  Jihoon Chung (jihoon.chung@samsung.com)
  * @version 1.0
- * @brief   This file contains the declaration of ace database
+ * @brief   This file contains the implementation of
+ *             common data types for autoSavedb
  */
 
-#include <dpl/ace-dao-ro/AceDatabase.h>
+#include <wrt-commons/auto-save-dao/common_dao_types.h>
+#include <dpl/log/log.h>
 
-DPL::Mutex g_aceDbQueriesMutex;
+namespace AutoSaveDB {
+} // namespace AutoSaveDB