mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalroutingobsrvr.h
branchRCL_3
changeset 13 f5c5c82a163e
parent 0 71ca22bcf22a
--- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalroutingobsrvr.h	Wed Apr 14 16:29:54 2010 +0300
+++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalroutingobsrvr.h	Tue Apr 27 17:11:02 2010 +0300
@@ -11,7 +11,8 @@
  *
  * Contributors:
  *
- * Description:This class provides callback mechanism for TMSGlobalRouting listeners.
+ * Description: This class provides callback mechanism for TMSGlobalRouting
+ * listeners.
  *
  */
 
@@ -72,7 +73,7 @@
      *  TMS_EVENT_ROUTING_SET_OUTPUT_COMPLETE
      *
      * @param  routing
-     *      Pointer to the object that is being signaled.
+     *      Reference to the object that is being signaled.
      *
      * @param  event
      *      Event descriptor.
@@ -81,7 +82,7 @@
      *      Indicates the output device that audio will be routed to.
      *
      */
-    virtual void GlobalRoutingEvent(TMSGlobalRouting* routing,
+    virtual void GlobalRoutingEvent(const TMSGlobalRouting& routing,
             TMSSignalEvent event, TMSAudioOutput output) = 0;
     };