// -*- C++ -*- //============================================================================= /** * @file Strategies.h * * $Id$ * * @author Douglas C. Schmidt */ //============================================================================= #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*/