mmserv/tms/inc/tmsbufferimpl.h
branchRCL_3
changeset 10 3d8c721bf319
parent 0 71ca22bcf22a
child 16 43d09473c595
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
    27 
    27 
    28 // TMSBufferImpl class
    28 // TMSBufferImpl class
    29 class TMSBufferImpl
    29 class TMSBufferImpl
    30     {
    30     {
    31 public:
    31 public:
       
    32     ~TMSBufferImpl();
    32     IMPORT_C static gint Create(TMSBufferType ctype, guint size,
    33     IMPORT_C static gint Create(TMSBufferType ctype, guint size,
    33             TMSBuffer*& tmsbuffer);
    34             TMSBuffer*& tmsbuffer);
    34     IMPORT_C static gint Delete(TMSBuffer*& tmsbuffer);
    35     IMPORT_C static gint Delete(TMSBuffer*& tmsbuffer);
       
    36 
       
    37 private:
       
    38     TMSBufferImpl();
    35     };
    39     };
    36 
    40 
    37 } //namespace TMS
    41 } //namespace TMS
    38 
    42 
    39 #endif // TMS_BUFFER_IMPL_H
    43 #endif // TMS_BUFFER_IMPL_H