diff options
Diffstat (limited to 'ace/Pair.h')
-rw-r--r-- | ace/Pair.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ace/Pair.h b/ace/Pair.h deleted file mode 100644 index e4722a5975e..00000000000 --- a/ace/Pair.h +++ /dev/null @@ -1,31 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// ace -// -// = FILENAME -// Pair.h -// -// = AUTHOR -// Irfan Pyarali -// -// ============================================================================ - -#ifndef ACE_PAIR_H -#define ACE_PAIR_H -#include "ace/pre.h" - -#include "ace/OS.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -// Include the templates here. -#include "ace/Pair_T.h" - -#include "ace/post.h" -#endif /* ACE_PAIR_H */ |