mmserv/voipaudioservices/VoIPIntfc/src/VoIPG729DecoderIntfc.cpp
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description:  VOIP Audio Services
    14  * Description:  VOIP Audio Services
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #include <e32base.h>
    18 #include <e32base.h>
    20 #include <voipg729decoderintfc.h>
    19 #include <voipg729decoderintfc.h>
    21 #include "VoIPG729DecoderIntfcImpl.h"
    20 #include "VoIPG729DecoderIntfcImpl.h"
    22 
       
    23 
    21 
    24 // ---------------------------------------------------------------------------
    22 // ---------------------------------------------------------------------------
    25 // CVoIPG729DecoderIntfc::~CVoIPG729DecoderIntfc
    23 // CVoIPG729DecoderIntfc::~CVoIPG729DecoderIntfc
    26 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
    27 //
    25 //
    40 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------
    41 // CVoIPG729DecoderIntfc::ConstructL
    39 // CVoIPG729DecoderIntfc::ConstructL
    42 // ---------------------------------------------------------------------------
    40 // ---------------------------------------------------------------------------
    43 //
    41 //
    44 void CVoIPG729DecoderIntfc::ConstructL(
    42 void CVoIPG729DecoderIntfc::ConstructL(
    45                             CVoIPG729DecoderIntfcImpl* aFormatIntfcImpl)
    43         CVoIPG729DecoderIntfcImpl* aFormatIntfcImpl)
    46     {
    44     {
    47     iFormatIntfcImpl = aFormatIntfcImpl;
    45     iFormatIntfcImpl = aFormatIntfcImpl;
    48     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
    46     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
    49     }
    47     }
    50 
    48 
    56     {
    54     {
    57     TInt err = iFormatIntfcImpl->BadLsfNextBuffer();
    55     TInt err = iFormatIntfcImpl->BadLsfNextBuffer();
    58     return err;
    56     return err;
    59     }
    57     }
    60 
    58 
    61 
       
    62 // End of file
    59 // End of file