Update example
authorSunwook Bae <sunwook45.bae@samsung.com>
Fri, 10 May 2013 07:55:03 +0000 (16:55 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Fri, 10 May 2013 07:58:41 +0000 (16:58 +0900)
Change-Id: Ib04ba2be318561f1dbe21d72facffb29a211d143
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
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+);
  *