qtms/inc/qtmsbufferimpl.h
branchGCC_SURGE
changeset 47 f3d2589f22d6
parent 44 d141fc1ad77b
child 50 762d760dcfdf
--- a/qtms/inc/qtmsbufferimpl.h	Wed Jun 16 16:05:08 2010 +0100
+++ b/qtms/inc/qtmsbufferimpl.h	Thu Jul 22 16:38:21 2010 +0100
@@ -20,6 +20,11 @@
 
 #include <qtms.h>
 
+// FORWARD DECLARATION
+namespace TMS {
+class TMSBuffer;
+}
+
 namespace QTMS {
 
 // FORWARD DECLARATIONS
@@ -29,9 +34,9 @@
 class QTMSBufferImpl
     {
 public:
-    static gint Create(QTMSBufferType ctype, guint size,
-            QTMSBuffer*& tmsbuffer);
-    static gint Delete(QTMSBuffer*& tmsbuffer);
+    static gint Create(QTMSBufferType ctype, QTMSBuffer*& buffer,
+            TMS::TMSBuffer*& tmsbuffer);
+    static gint Delete(QTMSBuffer*& buffer);
     };
 
 } //namespace QTMS