changeset 19 | 4a629bc82c5e |
parent 12 | 5a06f39ad45b |
--- a/mmserv/tms/inc/tmsbufferimpl.h Mon May 03 12:59:52 2010 +0300 +++ b/mmserv/tms/inc/tmsbufferimpl.h Fri Apr 30 19:18:45 2010 -0500 @@ -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