From 5c4a1556e3b7afb9506aa88a4ba420e4f64b7e6b Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 8 Jun 2000 18:48:35 +0000 Subject: ChangeLogTag:Thu Jun 8 13:00:38 2000 Toshio Hori --- ace/Stream.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ace/Stream.h') diff --git a/ace/Stream.h b/ace/Stream.h index a2839fb11be..20b5b8b6869 100644 --- a/ace/Stream.h +++ b/ace/Stream.h @@ -92,6 +92,15 @@ public: // Return the top module on the stream (right below the stream // head). + virtual int insert (const ACE_TCHAR *prev_name, + ACE_Module *mod); + // Insert a new module below the named module . + + virtual int replace (const ACE_TCHAR *replace_name, + ACE_Module *mod, + int flags = M_DELETE); + // Replace the named module with a new module . + virtual int remove (const ACE_TCHAR *mod, int flags = M_DELETE); // Remove the named module from the stream. This bypasses the -- cgit v1.2.1