phonesrv_plat/converged_call_engine_api/inc/mcceextensioninterface.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phonesrv_plat/converged_call_engine_api/inc/mcceextensioninterface.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phonesrv_plat/converged_call_engine_api/inc/mcceextensioninterface.h	Wed Sep 01 12:15:03 2010 +0100
@@ -34,14 +34,14 @@
 *  @since S60 3.2
 */
 class MCCEExtensionInterface
-    {
+	{
 protected:
     /** 
     * Protected destructor. Object cannot be deleted from client.
     * @since S60 3.2
     */
     virtual ~MCCEExtensionInterface() {};
-    
+	
 public:
 
     /**
@@ -62,7 +62,7 @@
     * @return Other system wide error code.
     */
     virtual TInt RequestCommand( TUint32 iServiceId,
-                                 TInt aRequestId, 
+								 TInt aRequestId, 
                                  TDesC8& aData ) = 0;
     /**
     * Cancels request. See MCCEExtensionInterface::RequestCommand for explanation of service-id 
@@ -76,8 +76,8 @@
     * @return Other system wide error code.
     */
     virtual TInt CancelRequest( TUint32 iServiceId,
-                                TInt aRequestId ) = 0;
-    };
+    							TInt aRequestId ) = 0;
+	};
 
 
 #endif // MCCEEXTENSIONINTERFACE_H