tizen 2.4 release
[framework/web/wrt-commons.git] / modules / log / include / dpl / log / secure_log.h
similarity index 66%
rename from modules_mobile/i18n/dao/orm/orm_generator_i18n.h
rename to modules/log/include/dpl/log/secure_log.h
index 53cfea3..0b69e9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
  */
+/**
+ * @file       secure_log.h
+ * @author     Jihoon Chung(jihoon.chung@samsung.com)
+ * @version    0.1
+ * @brief
+ */
+
+#ifndef DPL_SECURE_LOG_H
+#define DPL_SECURE_LOG_H
 
-#ifndef _ORM_GENERATOR_I18N_H_
-#define _ORM_GENERATOR_I18N_H_
+#include <dlog.h>
+#include <dpl/log/log.h>
 
-#define ORM_GENERATOR_DATABASE_NAME i18n_db_definitions
-#include <dpl/db/orm_generator.h>
-#undef ORM_GENERATOR_DATABASE_NAME
+#endif // DPL_SECURE_LOG_H
 
-#endif // _ORM_GENERATOR_I18N_H_