qtms/inc/qtmsbufferimpl.h
changeset 40 4a1905d205a2
parent 27 cbb1bfb7ebfb
child 50 762d760dcfdf
--- a/qtms/inc/qtmsbufferimpl.h	Thu Jun 17 11:11:56 2010 -0500
+++ b/qtms/inc/qtmsbufferimpl.h	Fri Jun 25 17:07:52 2010 -0500
@@ -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