Merge "Add to retry to read DUID." into tizen_2.2
[platform/framework/native/appfw.git] / inc / FIoIMmcStorageMountListener.h
index 182777c..c5e5664 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -45,28 +44,29 @@ class _OSP_EXPORT_ IMmcStorageMountListener
 {
 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 ~IMmcStorageMountListener(void) {}
 
        /**
-       * Called when external MMC mount operation is done.
+       * Called when the external MMC mount operation is completed.
        *
        * @since                2.0
        *
        * @param[in]    r                               The result of external MMC mount operation
        * @exception    E_SUCCESS               The mount operation is successful.
-       * @exception    E_IO                    Either of the following conditions has occurred: @n
-       *                                                                       - The file system to be mounted has an invalid superblock.
-       *                                                                       - An unexpected device failure has occurred as the media ejected suddenly.
+       * @exception    E_IO                    Either of the following conditions has occurred:
+       *                                                               - The file system to be mounted has an invalid superblock.
+       *                                                               - An unexpected device failure has occurred as the media ejected suddenly.
        * @exception     E_SYSTEM               The method cannot proceed due to a severe system error.
        */
        virtual void OnMmcStorageMounted(result r) = 0;
 
        /**
-       * Called when external MMC unmount operation is done.
+       * Called when external MMC unmount operation is completed.
        *
        * @since                2.0
        *