upload tizen1.0 source
[framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-ro / WrtDatabase.h
index 86a0980..28ebdf5 100644 (file)
@@ -25,7 +25,8 @@ class WrtDatabase
   public:
     static const char *Address();
     static DPL::DB::SqlConnection::Flag::Type Flags();
-    static void attachToThread();
+    static void attachToThreadRO();
+    static void attachToThreadRW();
     static void detachFromThread();
     static DPL::DB::ThreadDatabaseSupport& interface();
     static bool CheckTableExist(const char *name);