qtms/inc/qtmsbufferimpl.h
changeset 51 e61a04404bdf
parent 44 d141fc1ad77b
equal deleted inserted replaced
44:d141fc1ad77b 51:e61a04404bdf
    19 #define QTMS_BUFFER_IMPL_H
    19 #define QTMS_BUFFER_IMPL_H
    20 
    20 
    21 #include <qtms.h>
    21 #include <qtms.h>
    22 
    22 
    23 // FORWARD DECLARATION
    23 // FORWARD DECLARATION
    24 namespace TMS {
    24 namespace TMS
       
    25 {
    25 class TMSBuffer;
    26 class TMSBuffer;
    26 }
    27 }
    27 
    28 
    28 namespace QTMS {
    29 namespace QTMS
       
    30 {
    29 
    31 
    30 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
    31 class QTMSBuffer;
    33 class QTMSBuffer;
    32 
    34 
    33 // TMSBufferImpl class
    35 // TMSBufferImpl class
    34 class QTMSBufferImpl
    36 class QTMSBufferImpl
    35     {
    37 {
    36 public:
    38 public:
    37     static gint Create(QTMSBufferType ctype, QTMSBuffer*& buffer,
    39     static gint Create(QTMSBufferType ctype, QTMSBuffer*& buffer, TMS::TMSBuffer*& tmsbuffer);
    38             TMS::TMSBuffer*& tmsbuffer);
       
    39     static gint Delete(QTMSBuffer*& buffer);
    40     static gint Delete(QTMSBuffer*& buffer);
    40     };
    41 };
    41 
    42 
    42 } //namespace QTMS
    43 } //namespace QTMS
    43 
    44 
    44 #endif // QTMS_BUFFER_IMPL_H
    45 #endif // QTMS_BUFFER_IMPL_H
    45 
       
    46 // End of file
    46 // End of file