summaryrefslogtreecommitdiff
path: root/ace/Stream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-08 18:48:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-08 18:48:35 +0000
commit5c4a1556e3b7afb9506aa88a4ba420e4f64b7e6b (patch)
treea7dfcb5e5b0373ec0802370684b427eeca72f911 /ace/Stream.h
parent9ba0caee9b998926915e3bc5d89dc917e00a68eb (diff)
downloadATCD-5c4a1556e3b7afb9506aa88a4ba420e4f64b7e6b.tar.gz
ChangeLogTag:Thu Jun 8 13:00:38 2000 Toshio Hori <toshi@etl.go.jp>
Diffstat (limited to 'ace/Stream.h')
-rw-r--r--ace/Stream.h9
1 files changed, 9 insertions, 0 deletions
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<ACE_SYNCH_USE> *mod);
+ // Insert a new module <mod> below the named module <prev_name>.
+
+ virtual int replace (const ACE_TCHAR *replace_name,
+ ACE_Module<ACE_SYNCH_USE> *mod,
+ int flags = M_DELETE);
+ // Replace the named module <replace_name> with a new module <mod>.
+
virtual int remove (const ACE_TCHAR *mod,
int flags = M_DELETE);
// Remove the named module <mod> from the stream. This bypasses the