phoneapp/phonemediatorcenter/inc/cphonemediatorsender.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phonemediatorcenter/inc/cphonemediatorsender.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phonemediatorcenter/inc/cphonemediatorsender.h	Fri Mar 19 09:28:42 2010 +0200
@@ -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.