mmserv/voipaudioservices/VoIPIntfc/src/VoIPDataBuffer.cpp
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 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 "VoIPDataBufferImpl.h"
    18 #include "VoIPDataBufferImpl.h"
    20 
       
    21 
    19 
    22 // ---------------------------------------------------------------------------
    20 // ---------------------------------------------------------------------------
    23 // Contructor
    21 // Contructor
    24 // ---------------------------------------------------------------------------
    22 // ---------------------------------------------------------------------------
    25 //
    23 //
    65 // ---------------------------------------------------------------------------
    63 // ---------------------------------------------------------------------------
    66 // CVoIPDataBuffer::GetBufferType
    64 // CVoIPDataBuffer::GetBufferType
    67 // ---------------------------------------------------------------------------
    65 // ---------------------------------------------------------------------------
    68 //
    66 //
    69 EXPORT_C void CVoIPDataBuffer::GetBufferType(
    67 EXPORT_C void CVoIPDataBuffer::GetBufferType(
    70                                CVoIPDataBuffer::TVoIPBufferType& aType)
    68         CVoIPDataBuffer::TVoIPBufferType& aType)
    71     {
    69     {
    72     iVoIPDataBufferImpl->GetBufferType(aType);
    70     iVoIPDataBufferImpl->GetBufferType(aType);
    73     }
    71     }
    74 
    72 
    75 
       
    76 // End of file
    73 // End of file