summaryrefslogtreecommitdiff
path: root/ace/Pair.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pair.h')
-rw-r--r--ace/Pair.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/ace/Pair.h b/ace/Pair.h
deleted file mode 100644
index be0a78a87d9..00000000000
--- a/ace/Pair.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file Pair.h
- *
- * $Id$
- *
- * ACE_Pair<> convenience header.
- *
- * @author Irfan Pyarali
- */
-//=============================================================================
-
-
-#ifndef ACE_PAIR_H
-#define ACE_PAIR_H
-
-#include /**/ "ace/pre.h"
-
-#include "ace/config-all.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 */