summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/RMCast_Module.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-10 00:06:30 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-10 00:06:30 +0000
commitb309b48ea1c3e382ec5296fbdbf249bf7d8c4a10 (patch)
treece5a6138f080446ab83584240453558fc8db4a08 /protocols/ace/RMCast/RMCast_Module.h
parent687ad5454f7be7f4269f99d7f564ecf409110588 (diff)
downloadATCD-b309b48ea1c3e382ec5296fbdbf249bf7d8c4a10.tar.gz
ChangeLogTag:Mon Oct 09 16:45:00 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'protocols/ace/RMCast/RMCast_Module.h')
-rw-r--r--protocols/ace/RMCast/RMCast_Module.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/ace/RMCast/RMCast_Module.h b/protocols/ace/RMCast/RMCast_Module.h
index fad76caac53..d362dac2366 100644
--- a/protocols/ace/RMCast/RMCast_Module.h
+++ b/protocols/ace/RMCast/RMCast_Module.h
@@ -48,12 +48,6 @@ public:
//! Accesor for the next element in the stack
virtual ACE_RMCast_Module* next (void) const;
- //! Modifier for the previous element in the stack
- virtual int prev (ACE_RMCast_Module *prev);
-
- //! Accesor for the previous element in the stack
- virtual ACE_RMCast_Module* prev (void) const;
-
//! Initialize the module, setting up the next module
virtual int open (void);
@@ -84,9 +78,6 @@ public:
private:
//! The next element in the stack
ACE_RMCast_Module *next_;
-
- //! The previous element in the stack
- ACE_RMCast_Module *prev_;
};
#if defined (__ACE_INLINE__)