00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file Strategies.h 00006 * 00007 * $Id: Strategies.h 74005 2006-08-14 11:30:00Z johnnyw $ 00008 * 00009 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef ACE_STRATEGIES_H 00014 #define ACE_STRATEGIES_H 00015 #include /**/ "ace/pre.h" 00016 00017 #include /**/ "ace/config-all.h" 00018 00019 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00020 # pragma once 00021 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00022 00023 /// Place holder for backward compatibility.. 00024 #include "ace/Connection_Recycling_Strategy.h" 00025 #include "ace/Hashable.h" 00026 #include "ace/Notification_Strategy.h" 00027 #include "ace/Reactor_Notification_Strategy.h" 00028 #include "ace/Recyclable.h" 00029 #include "ace/Refcountable.h" 00030 00031 00032 #include /**/ "ace/post.h" 00033 #endif /*ACE_STRATEGIES_H*/