mmserv/tms/inc/tmsg711formatimpl.h
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
    21 #include <tms.h>
    21 #include <tms.h>
    22 #include <tmsg711format.h>
    22 #include <tmsg711format.h>
    23 
    23 
    24 namespace TMS {
    24 namespace TMS {
    25 
    25 
    26 // FORWARD DECLARATIONS
       
    27 class TMSCallProxy;
       
    28 
       
    29 // TMSG711FormatImpl class
    26 // TMSG711FormatImpl class
    30 class TMSG711FormatImpl : public TMSG711Format
    27 class TMSG711FormatImpl : public TMSG711Format
    31     {
    28     {
    32 public:
    29 public:
    33     ~TMSG711FormatImpl();
    30     virtual ~TMSG711FormatImpl();
    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     TMSG711FormatImpl();
    35     TMSG711FormatImpl();