diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2008-03-04 14:51:23 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2008-03-04 14:51:23 +0000 |
commit | 99aa8c60282c7b8072eb35eb9ac815702f5bf586 (patch) | |
tree | bda96bf8c3a4c2875a083d7b16720533c8ffeaf4 /ACE/ace/Pair_T.cpp | |
parent | c4078c377d74290ebe4e66da0b4975da91732376 (diff) | |
download | ATCD-99aa8c60282c7b8072eb35eb9ac815702f5bf586.tar.gz |
undoing accidental deletion
Diffstat (limited to 'ACE/ace/Pair_T.cpp')
-rw-r--r-- | ACE/ace/Pair_T.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/ace/Pair_T.cpp b/ACE/ace/Pair_T.cpp new file mode 100644 index 00000000000..fd38f8236ef --- /dev/null +++ b/ACE/ace/Pair_T.cpp @@ -0,0 +1,16 @@ +// $Id$ + +#ifndef ACE_PAIR_T_CPP +#define ACE_PAIR_T_CPP + +#include "ace/Pair_T.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +#if !defined (__ACE_INLINE__) +#include "ace/Pair_T.inl" +#endif /* __ACE_INLINE__ */ + +#endif /* ACE_PAIR_T_CPP */ |