diff -r 71ca22bcf22a -r 4f62049db6ac mmmw_plat/voip_audio_services_api/inc/voipjitterbufferintfc.h --- a/mmmw_plat/voip_audio_services_api/inc/voipjitterbufferintfc.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmmw_plat/voip_audio_services_api/inc/voipjitterbufferintfc.h Fri Feb 19 23:19:48 2010 +0200 @@ -1,20 +1,19 @@ /* -* 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 APIs common to all supported codecs. -* -*/ - + * 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 APIs common to all supported codecs. + * + */ #ifndef __VOIPJITTERBUFFERINTFC_H #define __VOIPJITTERBUFFERINTFC_H @@ -23,16 +22,14 @@ #include #include - // FORWARD DECLARATIONS class CVoIPJitterBufferIntfc; class CVoIPJitterBufferIntfcImpl; - /** * TVoIPJBConfig * ?description - * @since S60 v5.0 + * */ class TVoIPJBConfig { @@ -62,14 +59,13 @@ TUint iJBPlayToneDuration; }; - /** * MVoIPJitterBufferObserver class * * description * * @lib VoIPAudioIntfc.dll - * @since S60 v5.0 + * */ class MVoIPJitterBufferObserver { @@ -87,17 +83,16 @@ * @return void */ virtual void Event(const CVoIPJitterBufferIntfc& aSrc, - TInt aEventType) = 0; + TInt aEventType) = 0; }; - /** * CVoIPFormatIntfc class * * Base class for codec format configuration * * @lib VoIPAudioIntfc.dll - * @since S60 v5.0 + * */ class CVoIPJitterBufferIntfc { @@ -120,7 +115,6 @@ */ IMPORT_C TInt SetObserver(MVoIPJitterBufferObserver& aObserver); - /** * ConfigureJitterBuffer * @since S60 v5.0 @@ -162,7 +156,7 @@ * @param none * @return none */ - CVoIPJitterBufferIntfc(); + CVoIPJitterBufferIntfc(); /** * 2-nd phase constructor @@ -180,5 +174,4 @@ #endif //__VOIPJITTERBUFFERINTFC_H - // End of File