mmserv/tms/inc/tmsg729formatimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    21 #include <tms.h>
    21 #include <tms.h>
    22 #include <tmsg729format.h>
    22 #include <tmsg729format.h>
    23 
    23 
    24 namespace TMS {
    24 namespace TMS {
    25 
    25 
    26 // FORWARD DECLARATIONS
       
    27 class TMSCallProxy;
       
    28 
       
    29 // TMSG729FormatImpl class
    26 // TMSG729FormatImpl class
    30 class TMSG729FormatImpl : public TMSG729Format
    27 class TMSG729FormatImpl : public TMSG729Format
    31     {
    28     {
    32 public:
    29 public:
    33     ~TMSG729FormatImpl();
    30     virtual ~TMSG729FormatImpl();
    34 
       
    35     static gint Create(TMSFormat*& tmsfmt);
    31     static gint Create(TMSFormat*& tmsfmt);
    36     gint SetProxy(TMSGlobalContext* context, gpointer queuehandler);
    32     gint SetProxy(TMSGlobalContext* context, gpointer queuehandler);
    37 
    33 
    38 private:
    34 private:
    39     TMSG729FormatImpl();
    35     TMSG729FormatImpl();