Add IPC sync result for SerialPort::Write()
[platform/framework/native/appfw.git] / inc / FIoIFileEventListener.h
index 8dadb3e..d131c0d 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);
@@ -33,11 +32,11 @@ namespace Tizen { namespace Io
 
 /**
 * @interface    IFileEventListener
-* @brief        This listener interface is used for receiving file event.
+* @brief        This listener interface is used for receiving file events.
 *
 * @since        2.0
 *
-* The %IFileEventListener interface is used for receiving file event.
+* The %IFileEventListener interface is used for receiving file events.
 */
 class _OSP_EXPORT_ IFileEventListener
        : virtual public Tizen::Base::Runtime::IEventListener
@@ -51,8 +50,8 @@ public:
        *
        * @return               An error code
        * @param[in]    events          The file event type @n
-       *                               Multiple event type can be combined using bitwise OR (see Tizen::Io::FileEventType). @n
-       *                               Tizen::Io::FILE_EVENT_TYPE_ALL is provided for all file event type.
+       *                                                       Multiple event type can be combined using bitwise OR (see Tizen::Io::FileEventType). @n
+       *                                                       ::FILE_EVENT_TYPE_ALL is provided for all file event type.
        * @param[in]    path            The path to the directory or file where the event has occurred
        * @param[in]    eventId         The event ID associating related events for single operation such as File::Move(), Directory::Rename()
        */