mmserv/tms/inc/tmsbufferimpl.h
branchRCL_3
changeset 17 3570217d8c21
parent 10 3d8c721bf319
--- a/mmserv/tms/inc/tmsbufferimpl.h	Tue Apr 27 17:11:02 2010 +0300
+++ b/mmserv/tms/inc/tmsbufferimpl.h	Tue May 11 16:42:02 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