mmserv/tms/inc/tmsg711formatimpl.h
changeset 0 71ca22bcf22a
child 7 3d8c721bf319
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description: Telephony Multimedia Service
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef TMS_G711_FORMAT_IMPL_H
       
    19 #define TMS_G711_FORMAT_IMPL_H
       
    20 
       
    21 #include <tms.h>
       
    22 #include <tmsg711format.h>
       
    23 
       
    24 namespace TMS {
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 class TMSCallProxy;
       
    28 
       
    29 // TMSG711FormatImpl class
       
    30 class TMSG711FormatImpl : public TMSG711Format
       
    31     {
       
    32 public:
       
    33     ~TMSG711FormatImpl();
       
    34 
       
    35     static gint Create(TMSFormat*& tmsfmt);
       
    36     gint SetProxy(TMSGlobalContext* context, gpointer queuehandler);
       
    37 
       
    38 private:
       
    39     TMSG711FormatImpl();
       
    40     gint PostConstruct();
       
    41     };
       
    42 
       
    43 } //namespace TMS
       
    44 
       
    45 #endif // TMS_G711_FORMAT_IMPL_H
       
    46 
       
    47 // End of file