diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-02-12 16:57:03 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-02-12 16:57:03 +0000 |
commit | 7f33d63e4b9b37c4b7a74a2bf829d7db2ab76f3a (patch) | |
tree | c59464a0ed287139cfb74f081e7f1c4cde705bc6 /ace | |
parent | 5aca69a916a89c1b4f1acf36ff3fb9815a041f57 (diff) | |
download | ATCD-7f33d63e4b9b37c4b7a74a2bf829d7db2ab76f3a.tar.gz |
ChangeLogTag: Wed Feb 12 12:06:05 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Strategies.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ace/Strategies.h b/ace/Strategies.h new file mode 100644 index 00000000000..7eb369f8007 --- /dev/null +++ b/ace/Strategies.h @@ -0,0 +1,33 @@ +// -*- C++ -*- + +//============================================================================= +/** + * @file Strategies.h + * + * $Id$ + * + * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> + */ +//============================================================================= + +#ifndef ACE_STRATEGIES_H +#define ACE_STRATEGIES_H +#include "ace/pre.h" + +#include "ace/config-all.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +/// Place holder for backward compatibility.. +#include "ace/Connection_Recycling_Strategy.h" +#include "ace/Hashable.h" +#include "ace/Notification_Strategy.h" +#include "ace/Reactor_Notification_Strategy.h" +#include "ace/Recyclable.h" +#include "ace/Refcountable.h" + + +#include"ace/post.h" +#endif /*ACE_STRATEGIES_H*/ |