mmserv/tms/inc/tmseffectimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
child 16 43d09473c595
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    27 
    27 
    28 // TMSEffectImpl class
    28 // TMSEffectImpl class
    29 class TMSEffectImpl
    29 class TMSEffectImpl
    30     {
    30     {
    31 public:
    31 public:
       
    32     ~TMSEffectImpl();
    32     IMPORT_C static gint Create(TMSEffectType effecttype,
    33     IMPORT_C static gint Create(TMSEffectType effecttype,
    33             TMSEffect*& tmseffect);
    34             TMSEffect*& tmseffect);
    34     IMPORT_C static gint Delete(TMSEffect*& tmseffect);
    35     IMPORT_C static gint Delete(TMSEffect*& tmseffect);
       
    36 
       
    37 private:
       
    38     TMSEffectImpl();
    35     };
    39     };
    36 
    40 
    37 } //namespace TMS
    41 } //namespace TMS
    38 
    42 
    39 #endif // TMS_EFFECT_IMPL_H
    43 #endif // TMS_EFFECT_IMPL_H