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