mmserv/tms/inc/tmsbufferimpl.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
    27 
    27 
    28 // TMSBufferImpl class
    28 // TMSBufferImpl class
    29 class TMSBufferImpl
    29 class TMSBufferImpl
    30     {
    30     {
    31 public:
    31 public:
    32     ~TMSBufferImpl();
       
    33     IMPORT_C static gint Create(TMSBufferType ctype, guint size,
    32     IMPORT_C static gint Create(TMSBufferType ctype, guint size,
    34             TMSBuffer*& tmsbuffer);
    33             TMSBuffer*& tmsbuffer);
    35     IMPORT_C static gint Delete(TMSBuffer*& tmsbuffer);
    34     IMPORT_C static gint Delete(TMSBuffer*& tmsbuffer);
    36 
       
    37 private:
       
    38     TMSBufferImpl();
       
    39     };
    35     };
    40 
    36 
    41 } //namespace TMS
    37 } //namespace TMS
    42 
    38 
    43 #endif // TMS_BUFFER_IMPL_H
    39 #endif // TMS_BUFFER_IMPL_H