summaryrefslogtreecommitdiff
path: root/ace/Intrusive_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Intrusive_List.h')
-rw-r--r--ace/Intrusive_List.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Intrusive_List.h b/ace/Intrusive_List.h
index 82789110cfa..350899ef04c 100644
--- a/ace/Intrusive_List.h
+++ b/ace/Intrusive_List.h
@@ -99,6 +99,9 @@ public:
*/
void remove (T *node);
+ /// Swap two lists
+ void swap(ACE_Intrusive_List<T> & rhs);
+
private:
/// Remove a element from the list
/**