Merge "Resolve result cancel issue of DataControl provider." into tizen_2.1
[platform/framework/native/appfw.git] / inc / FIoMemoryMappedFile.h
index 16f3b12..0171984 100644 (file)
@@ -76,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;
@@ -83,6 +84,7 @@ enum MemoryMappedFileSyncFlag
  * result
  * MyApp::Execute(void)
  * {
+ *     File file;
  *     String filePath(App::GetInstance()->GetAppDataPath() + L”myFile.txt”);
  *     file.Construct(filePath, “w+);
  *