mmserv/tms/inc/tmsformatimpl.h
branchRCL_3
changeset 17 3570217d8c21
parent 10 3d8c721bf319
equal deleted inserted replaced
13:f5c5c82a163e 17:3570217d8c21
    28 
    28 
    29 // TMSFormatImpl class
    29 // TMSFormatImpl class
    30 class TMSFormatImpl : public TMSFormat
    30 class TMSFormatImpl : public TMSFormat
    31     {
    31     {
    32 public:
    32 public:
    33     virtual ~TMSFormatImpl();
       
    34     IMPORT_C static gint Create(TMSFormatType formattype,
    33     IMPORT_C static gint Create(TMSFormatType formattype,
    35             TMSFormat*& tmsformat);
    34             TMSFormat*& tmsformat);
    36     IMPORT_C static gint Delete(TMSFormat*& tmsformat);
    35     IMPORT_C static gint Delete(TMSFormat*& tmsformat);
    37 
       
    38     gint SetProxy(TMSCallProxy* aProxy, gpointer queuehandler);
       
    39 
       
    40 private:
       
    41     TMSFormatImpl();
       
    42     };
    36     };
    43 
    37 
    44 } //namespace TMS
    38 } //namespace TMS
    45 
    39 
    46 #endif //TMS_FORMATIMPL_H
    40 #endif //TMS_FORMATIMPL_H