mmserv/tms/inc/tmspcmformatimpl.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 <tmspcmformat.h>
    22 #include <tmspcmformat.h>
    23 
    23 
    24 namespace TMS {
    24 namespace TMS {
    25 
    25 
    26 // FORWARD DECLARATIONS
       
    27 class TMSCallProxy;
       
    28 
       
    29 // TMSPCMFormatImpl class
    26 // TMSPCMFormatImpl class
    30 class TMSPCMFormatImpl : public TMSPCMFormat
    27 class TMSPCMFormatImpl : public TMSPCMFormat
    31     {
    28     {
    32 public:
    29 public:
    33 
    30     virtual ~TMSPCMFormatImpl();
    34     ~TMSPCMFormatImpl();
       
    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     TMSPCMFormatImpl();
    35     TMSPCMFormatImpl();