mmmw_plat/voip_audio_services_api/inc/voipdtmftoneplayer.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
--- a/mmmw_plat/voip_audio_services_api/inc/voipdtmftoneplayer.h	Tue Feb 02 01:08:46 2010 +0200
+++ b/mmmw_plat/voip_audio_services_api/inc/voipdtmftoneplayer.h	Fri Feb 19 23:19:48 2010 +0200
@@ -1,39 +1,36 @@
 /*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Defines VoIP DTMF tone player APIs.
-*
-*/
-
+ * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description:  Defines VoIP DTMF tone player APIs.
+ *
+ */
 
 #ifndef __VOIPDTMFTONEPLAYER_H
 #define __VOIPDTMFTONEPLAYER_H
 
-
 // FORWARD DECLARATIONS
 class CVoIPAudioUplinkStream;
 class CVoIPAudioDownlinkStream;
 class CDTMFTonePlayer;
 class CDTMFTonePlayerImpl;
 
-
 /**
  *  MDTMFToneObserver class
  *
  *  ?more_complete_description
  *
  *  @lib VoIPAudioIntfc.dll
- *  @since S60 v5.0
+ *
  */
 class MDTMFToneObserver
     {
@@ -51,19 +48,17 @@
      * @param TInt - Status
      * @return void
      */
-    virtual void Event(const CDTMFTonePlayer& aPlayer,
-                       TInt aEventType,
-                       TInt aError) = 0;
+    virtual void Event(const CDTMFTonePlayer& aPlayer, TInt aEventType,
+            TInt aError) = 0;
     };
 
-
 /**
  *  CDTMFTonePlayer class
  *
  *  DTMF Tone Player class
  *
  *  @lib VoIPAudioIntfc.dll
- *  @since S60 v5.0
+ *
  */
 class CDTMFTonePlayer
     {
@@ -149,7 +144,7 @@
      * @return TInt
      */
     IMPORT_C TInt RemoveVoIPAudioDownlinkStream(
-                  CVoIPAudioDownlinkStream& aStream);
+            CVoIPAudioDownlinkStream& aStream);
 
 protected:
 
@@ -179,5 +174,4 @@
 
 #endif //__VOIPDTMFTONEPLAYER_H
 
-
 // End of file