X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fauto_save_dao%2Fdao%2Fcommon_dao_types.cpp;fp=modules%2Face%2Fdao%2FAceDatabase.cpp;h=d8167532c64ca0df83ebace760e5fbd3b3eba4a3;hb=61b877bfd9f467e56e1380bfe894f209db7d6668;hp=110f791d284626a00fb2a6403ec96a014def6892;hpb=45bf3bfbb061b87511ece6f50b1aa6c803844a65;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules/ace/dao/AceDatabase.cpp b/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 --- a/modules/ace/dao/AceDatabase.cpp +++ b/modules/auto_save_dao/dao/common_dao_types.cpp @@ -13,13 +13,17 @@ * 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 +#include +#include -DPL::Mutex g_aceDbQueriesMutex; +namespace AutoSaveDB { +} // namespace AutoSaveDB