From ba34fa0c74696afdb8d0b0f967990d36d4edb5aa Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 8 Jan 1998 14:05:36 +0000 Subject: (~ACE_Shared_Memory): made virtual and non-inline --- ace/Shared_Memory.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ace/Shared_Memory.h') diff --git a/ace/Shared_Memory.h b/ace/Shared_Memory.h index acf8898b4a4..dfec25605c1 100644 --- a/ace/Shared_Memory.h +++ b/ace/Shared_Memory.h @@ -32,8 +32,9 @@ class ACE_Export ACE_Shared_Memory // memory. For a much more sophisticated version, please check // out the class. public: - // = Note that all methods are pure virtual. - ~ACE_Shared_Memory (void) { /* no-op. */ } + virtual ~ACE_Shared_Memory (void); + + // = Note that all the following methods are pure virtual. virtual int close (void) = 0; virtual int remove (void) = 0; virtual void *malloc (size_t = 0) = 0; -- cgit v1.2.1