mmserv/tms/inc/tmssourceimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    27 
    27 
    28 // TMSSourceImpl class
    28 // TMSSourceImpl class
    29 class TMSSourceImpl
    29 class TMSSourceImpl
    30     {
    30     {
    31 public:
    31 public:
       
    32     ~TMSSourceImpl();
    32     IMPORT_C static gint Create(TMSSourceType sourcetype,
    33     IMPORT_C static gint Create(TMSSourceType sourcetype,
    33             TMSSource*& tmssource);
    34             TMSSource*& tmssource);
    34     IMPORT_C static gint Delete(TMSSource*& tmssource);
    35     IMPORT_C static gint Delete(TMSSource*& tmssource);
       
    36 
       
    37 private:
       
    38     TMSSourceImpl();
    35     };
    39     };
    36 
    40 
    37 } //namespace TMS
    41 } //namespace TMS
    38 
    42 
    39 #endif // TMS_SOURCE_IMPL_H
    43 #endif // TMS_SOURCE_IMPL_H