X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fwidget_dao%2Finclude%2Fdpl%2Fwrt-dao-ro%2FWrtDatabase.h;h=28ebdf52fd8c98e367ce089f1adeb97dd72cab05;hb=61b877bfd9f467e56e1380bfe894f209db7d6668;hp=86a0980c9f587f9ee5fa91e8279cb2cbf8bd0154;hpb=45bf3bfbb061b87511ece6f50b1aa6c803844a65;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/WrtDatabase.h b/modules/widget_dao/include/dpl/wrt-dao-ro/WrtDatabase.h index 86a0980..28ebdf5 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/WrtDatabase.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/WrtDatabase.h @@ -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);