Add to retry to read DUID.
[platform/framework/native/appfw.git] / inc / FIoMemoryMappedFile.h
index 30bcb64..0171984 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);
@@ -77,6 +76,7 @@ enum MemoryMappedFileSyncFlag
  * #include <FApp.h>
  *
  * using namespace Tizen::Base;
+ * using namespace Tizen::Base::Runtime;
  * using namespace Tizen::Base::Collection;
  * using namespace Tizen::Io;
  * using namespace Tizen::App;
@@ -84,6 +84,7 @@ enum MemoryMappedFileSyncFlag
  * result
  * MyApp::Execute(void)
  * {
+ *     File file;
  *     String filePath(App::GetInstance()->GetAppDataPath() + L”myFile.txt”);
  *     file.Construct(filePath, “w+);
  *