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