Merge "Update for log and documentation" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseUtilZipEntry.h
index fd6f4cc..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");
  *