diff -r f5c5c82a163e -r 3570217d8c21 mmserv/tms/inc/tmsbufferimpl.h --- 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