MmcStorageManager refactoring
[platform/framework/native/appfw.git] / src / io / inc / FIo_IMmcStorageManagerListener.h
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+// Copyright (c) 2013 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
 //
 
 /**
- * @file       FIo_IMmcStorageServiceEventListener.h
- * @brief      This is the header file for the _IMmcStorageServiceEventListener class.
+ * @file       FIo_IMmcStorageManagerListener.h
+ * @brief      This is the header file for the _IMmcStorageManagerListener class.
  */
 
-#ifndef _FIO_INTERNAL_IMMC_STORAGE_SERVICE_EVENT_LISTENER_H_
-#define _FIO_INTERNAL_IMMC_STORAGE_SERVICE_EVENT_LISTENER_H_
+#ifndef _FIO_INTERNAL_IMMC_STORAGE_MANAGER_LISTENER_H_
+#define _FIO_INTERNAL_IMMC_STORAGE_MANAGER_LISTENER_H_
 
 #include <FBaseResult.h>
 #include <FBaseRtIEventListener.h>
@@ -29,26 +29,28 @@ namespace Tizen { namespace Io
 {
 
 /**
- * @interface _IMmcStorageServiceEventListener
+ * @interface _IMmcStorageManagerListener
  * @brief      This interface defines the listener for the events from _MmcStorageManagerService
- * @since 2.1
+ * @since 2.2
  *
  * Application should not implement this interface.
  */
-class _OSP_EXPORT_ _IMmcStorageServiceEventListener
+class _OSP_EXPORT_ _IMmcStorageManagerListener
        : virtual public Tizen::Base::Runtime::IEventListener
 {
-public:
 
-       ~_IMmcStorageServiceEventListener(void) {}
+public:
+       ~_IMmcStorageManagerListener(void) {}
 
        virtual void OnMmcMountResponseReceived(result r) = 0;
 
        virtual void OnMmcUnmountResponseReceived(result r) = 0;
 
        virtual void OnMmcFormatResponseReceived(result r) = 0;
-}; // _MmcStorageServiceEventListener
 
-} } // Tizen::Io
+}; // _MmcStorageManagerListener
+
+}} // Tizen::Io
+
+#endif // _FIO_INTERNAL_IMMC_STORAGE_MANAGER_LISTENER_H_
 
-#endif // _FIO_INTERNAL_IMMC_STORAGE_SERVICE_EVENT_LISTENER_H_