diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-06 04:25:54 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-06 04:25:54 +0000 |
commit | 0d8ee7e4258f06f26d0a9dbb467ecf573dc5d689 (patch) | |
tree | a00a40326372f5fade152590802b12891788f2a3 /ace/Pair.h | |
parent | 93735413191d08c245df27e593d79aba9482efc2 (diff) | |
download | ATCD-0d8ee7e4258f06f26d0a9dbb467ecf573dc5d689.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Pair.h')
-rw-r--r-- | ace/Pair.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ace/Pair.h b/ace/Pair.h new file mode 100644 index 00000000000..f21097240f5 --- /dev/null +++ b/ace/Pair.h @@ -0,0 +1,33 @@ +/* -*- C++ -*- */ +// $Id$ + +// ============================================================================ +// +// = LIBRARY +// ace +// +// = FILENAME +// Pair.h +// +// = AUTHOR +// Irfan Pyarali +// +// ============================================================================ + +#ifndef ACE_PAIR_H +#define ACE_PAIR_H + +#include "ace/OS.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +#if defined (__ACE_INLINE__) +#include "ace/Pair.i" +#endif /* __ACE_INLINE__ */ + +// Include the templates here. +#include "ace/Pair_T.h" + +#endif /* ACE_PAIR_H */ |