mmserv/tms/inc/tmsbufferimpl.h
branchRCL_3
changeset 17 3570217d8c21
parent 10 3d8c721bf319
equal deleted inserted replaced
13:f5c5c82a163e 17:3570217d8c21
    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