mmserv/voipaudioservices/VoIPIntfc/src/VoIPG711DecoderIntfc.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 <voipg711decoderintfc.h>
    18 #include <voipg711decoderintfc.h>
    20 #include "VoIPFormatIntfcImpl.h"
    19 #include "VoIPFormatIntfcImpl.h"
    21 #include "VoIPG711DecoderIntfcImpl.h"
    20 #include "VoIPG711DecoderIntfcImpl.h"
    22 
       
    23 
       
    24 // ======== MEMBER FUNCTIONS ========
       
    25 
    21 
    26 // ---------------------------------------------------------------------------
    22 // ---------------------------------------------------------------------------
    27 // CVoIPG711DecoderIntfc::~CVoIPG711DecoderIntfc
    23 // CVoIPG711DecoderIntfc::~CVoIPG711DecoderIntfc
    28 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
    29 //
    25 //
    42 // ---------------------------------------------------------------------------
    38 // ---------------------------------------------------------------------------
    43 // CVoIPG711DecoderIntfc::ConstructL
    39 // CVoIPG711DecoderIntfc::ConstructL
    44 // ---------------------------------------------------------------------------
    40 // ---------------------------------------------------------------------------
    45 //
    41 //
    46 void CVoIPG711DecoderIntfc::ConstructL(
    42 void CVoIPG711DecoderIntfc::ConstructL(
    47                             CVoIPG711DecoderIntfcImpl* aFormatIntfcImpl)
    43         CVoIPG711DecoderIntfcImpl* aFormatIntfcImpl)
    48     {
    44     {
    49     iFormatIntfcImpl = aFormatIntfcImpl;
    45     iFormatIntfcImpl = aFormatIntfcImpl;
    50     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
    46     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
    51     }
    47     }
    52 
    48 
   108     {
   104     {
   109     TInt err = iFormatIntfcImpl->GetPLC(aPlc);
   105     TInt err = iFormatIntfcImpl->GetPLC(aPlc);
   110     return err;
   106     return err;
   111     }
   107     }
   112 
   108 
   113 
       
   114 // End of file
   109 // End of file