X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoIMmcStorageFormatListener.h;h=80b041b9406b484e379cfda2091b628cebb92227;hb=20597a73bc3098301ba91a48378f3ef009c3be96;hp=04a6c8c84f3edc9a21875161f8558bd0a35ad072;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoIMmcStorageFormatListener.h b/inc/FIoIMmcStorageFormatListener.h index 04a6c8c..80b041b 100644 --- a/inc/FIoIMmcStorageFormatListener.h +++ b/inc/FIoIMmcStorageFormatListener.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -31,9 +30,9 @@ namespace Tizen { namespace Io { /** -* @interface IMmcStorageFormatListener -* @brief This interface is the listener to receive the result of external MMC format operations. -* @since 2.0 +* @interface IMmcStorageFormatListener +* @brief This interface is the listener to receive the result of external MMC format operations. +* @since 2.0 * * The %IMmcStorageFormatListener interface must be registered and implemented by an application to receive the result of * external MMC format operations. @@ -45,18 +44,19 @@ class _OSP_EXPORT_ IMmcStorageFormatListener { public: /** - * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface called. + * This polymorphic destructor should be overridden if required. @n + * This way, the destructors of the derived classes are called when the destructor of this interface called. * * @since 2.0 */ virtual ~IMmcStorageFormatListener(void) {} /** - * Called when external MMC format operation is done. + * Called when an external MMC format operation is completed. * * @since 2.0 * - * @param[in] r The result of external MMC format operation + * @param[in] r The result of an external MMC format operation * @exception E_SUCCESS The format operation is successful. * @exception E_IO An unexpected device failure has occurred as the media ejected suddenly. * @exception E_SYSTEM The method cannot proceed due to a severe system error.