phoneapp/phonemediatorcenter/inc/cphonemediatorsender.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phonemediatorcenter/inc/cphonemediatorsender.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phonemediatorcenter/inc/cphonemediatorsender.h	Wed Sep 01 12:30:10 2010 +0100
@@ -89,7 +89,7 @@
          * @param aCommandParam - Reference to command parameter
          */
         IMPORT_C void SendEvent( const TPhoneViewCommandId aCommandId, 
-            TPhoneCommandParam& aCommandParam );
+        	TPhoneCommandParam& aCommandParam );
 
         /**
          * Sends event to the Mediator.
@@ -98,8 +98,8 @@
          * @param aCommandParam - Reference to command parameter
          */
         IMPORT_C void SendEvent( const TPhoneViewCommandId aCommandId, 
-            const TInt aCallId, 
-            TPhoneCommandParam& aCommandParam ) const;
+        	const TInt aCallId, 
+        	TPhoneCommandParam& aCommandParam ) const;
 
         /**
          * Sends event to the Mediator.
@@ -108,8 +108,8 @@
          * @param aCommandParam - Pointer to TDesC16
          */
         IMPORT_C void SendEvent( const TPhoneViewCommandId aCommandId, 
-            const TInt aCallId, 
-            const TDesC* aMessage ) const;
+        	const TInt aCallId, 
+        	const TDesC* aMessage ) const;
 
         /**
         * Issue a Mediator Service command.
@@ -193,10 +193,10 @@
                 
         
     private:
-        
-        /**
-         * Interface for sending events to Mediator
-         */
+    	
+    	/**
+    	 * Interface for sending events to Mediator
+    	 */
         CMediatorEventProvider* iEventSender;
         
         /**
@@ -209,15 +209,15 @@
         */
         MediatorService::REventList iGenericEvents;
 
-        /**
-        * Interface for sending commands to Mediator
-        */        
+		/**
+		* Interface for sending commands to Mediator
+		*/        
         CMediatorCommandInitiator* iCommandInitiator;
-    
-        /**
-        * Buffer for re-sending command after received Mediator response
-        */
-        TPhoneCommandBuffer iCommandBuffer;
+   	
+    	/**
+    	* Buffer for re-sending command after received Mediator response
+    	*/
+    	TPhoneCommandBuffer iCommandBuffer;
 
         /**
         * Pointer for executing command related to Video Telephony shutdown.