javaextensions/wma/sms_cbs/pushplugin/inc/serverconnectionbase.h
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   107      * Creates a Message store , to save incoming messages
   107      * Creates a Message store , to save incoming messages
   108      * so that the application can read the message from the store.
   108      * so that the application can read the message from the store.
   109      * @param path:the message store path
   109      * @param path:the message store path
   110      * @returns SUCCESS or FAILURE
   110      * @returns SUCCESS or FAILURE
   111      */
   111      */
   112     int createMessageStore(std::wstring aPath);
   112     int createMessageStore(std::wstring aPath, bool aDeleteStore);
   113 
   113 
   114     /**
   114     /**
   115      * Removes the directory specified.
   115      * Removes the directory specified.
   116      * @param dirPath: the directory that has to be removed
   116      * @param dirPath: the directory that has to be removed
   117      * @returns SUCCESS or FAILURE
   117      * @returns SUCCESS or FAILURE