mmserv/tms/inc/tmssinkimpl.h
branchRCL_3
changeset 11 3570217d8c21
parent 7 3d8c721bf319
equal deleted inserted replaced
9:f5c5c82a163e 11:3570217d8c21
    27 
    27 
    28 // TMSSinkImpl class
    28 // TMSSinkImpl class
    29 class TMSSinkImpl
    29 class TMSSinkImpl
    30     {
    30     {
    31 public:
    31 public:
    32     ~TMSSinkImpl();
       
    33     IMPORT_C static gint Create(TMSSinkType sinktype, TMSSink*& tmssink);
    32     IMPORT_C static gint Create(TMSSinkType sinktype, TMSSink*& tmssink);
    34     IMPORT_C static gint Delete(TMSSink*& tmssink);
    33     IMPORT_C static gint Delete(TMSSink*& tmssink);
    35 
       
    36 private:
       
    37     TMSSinkImpl();
       
    38     };
    34     };
    39 
    35 
    40 } //namespace TMS
    36 } //namespace TMS
    41 
    37 
    42 #endif // TMS_SINK_IMPL_H
    38 #endif // TMS_SINK_IMPL_H