summaryrefslogtreecommitdiff
path: root/ace/Pair_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pair_T.h')
-rw-r--r--ace/Pair_T.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ace/Pair_T.h b/ace/Pair_T.h
index 8761dfdcb45..cb329cf391b 100644
--- a/ace/Pair_T.h
+++ b/ace/Pair_T.h
@@ -10,7 +10,7 @@
// Pair_T.h
//
// = AUTHOR
-// Irfan Pyarali
+// Irfan Pyarali <irfan@cs.wustl.edu>
//
// ============================================================================
@@ -23,8 +23,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-////////////////////////////////////////////////////////////////////////////////
-
template <class T1, class T2>
class ACE_Pair
{
@@ -61,8 +59,6 @@ protected:
T2 second_;
};
-////////////////////////////////////////////////////////////////////////////////
-
template <class T1, class T2>
class ACE_Reference_Pair
{
@@ -95,8 +91,6 @@ protected:
T2 &second_;
};
-////////////////////////////////////////////////////////////////////////////////
-
#if defined (__ACE_INLINE__)
#include "ace/Pair_T.i"
#endif /* __ACE_INLINE__ */