X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoDirEntry.h;h=11dbf61ad440eabf96be121cfb63914b0c30f4c1;hb=f6fe22fddce04f1e48556cc2e3219b292117d91f;hp=4069b3e4750fb6b2efb3670aefee33dbf4f3d670;hpb=b71fb472878d00100e1d745a92170cbe7e8df701;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoDirEntry.h b/inc/FIoDirEntry.h index 4069b3e..11dbf61 100644 --- a/inc/FIoDirEntry.h +++ b/inc/FIoDirEntry.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); @@ -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 *