Flush app registry before releasing file lock
[platform/framework/native/appfw.git] / inc / FIoDirEntry.h
index 4069b3e..11dbf61 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);
@@ -38,7 +37,7 @@ namespace Tizen { namespace Io
 
 /**
  * @class      DirEntry
- * @brief      This class stores the information about each directory entry.
+ * @brief      This class provides methods for the information about each directory entry.
  *
  * @since      2.0
  *
@@ -176,13 +175,13 @@ public:
        *
        * @since                2.0
        *
-       * @return               A reference to the calling instance
+       * @return               A reference to the current instance
        * @param[in]    rhs             An instance of %DirEntry
        */
        DirEntry& operator =(const DirEntry& rhs);
 
        /**
-       * Compares the specified instance of Object to the calling instance of %DirEntry.
+       * Compares the specified instance of Tizen::Base::Object to the calling instance of %DirEntry.
        *
        * @since                2.0
        *