Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FIo.h
index d5babaa..846f09b 100644 (file)
--- a/inc/FIo.h
+++ b/inc/FIo.h
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -17,9 +16,9 @@
 
 /**
  * @file       FIo.h
- * @brief      This is the header file for the Tizen::Io namespace.
+ * @brief      This is the header file for the %Io namespace.
  *
- * This header file contains the declarations of the Tizen::Io namespace.
+ * This header file contains the declarations of the %Io namespace.
  */
 
 #ifndef _FIO_H_
@@ -46,6 +45,7 @@
 #include <FIoISerialPortEventListener.h>
 #include <FIoIMmcStorageMountListener.h>
 #include <FIoIMmcStorageFormatListener.h>
+#include <FIoMemoryMappedFile.h>
 #include <FIoFileLock.h>
 #include <FIoDataRow.h>
 #include <FIoDataSetEnumerator.h>
  * @since              2.0
  *
  * @remarks     @b Header @b %file: @b \#include @b <FIo.h> @n
- *                             @b Library : @b osp-appfw
+ *                             @b Library: @b osp-appfw
  *
  * The %Io namespace allows applications to input/output data to/from file systems and other programs and process it.
  * Thus, the %Io namespace is an interface between the system and the application.
- * The %Io namespace provides classes and methods for managing files, directories, registries, databases, channels, and serial port communication.
- * @n
+ * The %Io namespace provides classes and methods for managing files, directories, registries, databases, channels,
+ * and serial port communication.
+ *
  * For more information on the %Io namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/io/io_namespace.htm">Io Guide</a>.
  *
  * The following diagram illustrates the relationships between the classes belonging to the %Io namespace.