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