phone_plat/3d_ringing_tone_enabler_api/inc/c3dringingtoneinterface.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phone_plat/3d_ringing_tone_enabler_api/inc/c3dringingtoneinterface.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phone_plat/3d_ringing_tone_enabler_api/inc/c3dringingtoneinterface.h	Wed Sep 01 12:30:10 2010 +0100
@@ -77,10 +77,10 @@
         * @param aValue Attribute integer value.
         * @return KErrNone, attribute set, no errors
         *         KErrArgument, attribute not set, argument error
-        *         Some system wide Symbian error, attribute not set
+        *		  Some system wide Symbian error, attribute not set
         */
         virtual TInt SetAttr( T3DRingingToneInterfaceAttr aAttributeKey, 
-                              TInt aValue ) = 0;
+        					  TInt aValue ) = 0;
 
         /**
         * Set 3D ringing tone interface attribute with specific 
@@ -89,10 +89,10 @@
         * @param aValue Attribute string value.
         * @return KErrNone, attribute set, no errors
         *         KErrArgument, attribute not set, argument error
-        *         Some system wide Symbian error, attribute not set
+        *		  Some system wide Symbian error, attribute not set
         */
         virtual TInt SetAttr( T3DRingingToneInterfaceAttr aAttributeKey, 
-                              const TDesC& aValue ) = 0;
+        					  const TDesC& aValue ) = 0;
 
         /**
         * Set 3D ringing tone interface attribute value any of type.
@@ -102,7 +102,7 @@
         * @param aValue Attribute value can be any.
         * @return KErrNone, attribute set, no errors
         *         KErrArgument, attribute not set, argument error
-        *         Some system wide Symbian error, attribute not set
+        *		  Some system wide Symbian error, attribute not set
         */
         virtual TInt SetAttr( TInt aAttributeKey, TAny* aValue ) = 0;