Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FBaseUtilZipEntry.h
index 6ef10e5..bc871d2 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);
@@ -63,7 +62,7 @@ namespace Tizen { namespace Base { namespace Utility
  *             unsigned long size = 0;
  *             ZipEntry entry;
  *
- *             FileUnzip unzip;
+ *             FileUnzipper unzip;
  *             String dataPath = App::GetInstance()->GetAppDataPath();
  *             unzip.Construct(dataPath + L"sample.zip");
  *
@@ -173,7 +172,7 @@ public:
         * @return              @c true if the specified instance equals the current instance, @n
         *                              else @c false
         * @param[in]   obj     The object to compare with the current instance
-        * @remarks     The method returns @c true if all the attributes in the instance are same.
+        * @remarks     This method returns @c true if all the attributes in the instance are same.
         */
        virtual bool Equals(const Tizen::Base::Object& obj) const;