mmserv/tms/inc/tmsbufferimpl.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
--- a/mmserv/tms/inc/tmsbufferimpl.h	Mon May 03 12:59:52 2010 +0300
+++ b/mmserv/tms/inc/tmsbufferimpl.h	Fri May 14 16:22:35 2010 +0300
@@ -29,13 +29,9 @@
 class TMSBufferImpl
     {
 public:
-    ~TMSBufferImpl();
     IMPORT_C static gint Create(TMSBufferType ctype, guint size,
             TMSBuffer*& tmsbuffer);
     IMPORT_C static gint Delete(TMSBuffer*& tmsbuffer);
-
-private:
-    TMSBufferImpl();
     };
 
 } //namespace TMS