diff options
Diffstat (limited to 'TAO/tao/ORB_Strategies_T.h')
-rw-r--r-- | TAO/tao/ORB_Strategies_T.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/TAO/tao/ORB_Strategies_T.h b/TAO/tao/ORB_Strategies_T.h deleted file mode 100644 index 1e9060ac3ba..00000000000 --- a/TAO/tao/ORB_Strategies_T.h +++ /dev/null @@ -1,53 +0,0 @@ -// This may look like C, but it's really -*- C++ -*- -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// TAO -// -// = FILENAME -// ORB_Strategies_T.h -// -// = AUTHOR -// Chris Cleeland -// -// ============================================================================ - -#if !defined (TAO_ORB_STRATEGIES_T_H) -# define TAO_ORB_STRATEGIES_T_H - -#include "ace/Strategies_T.h" - -template <class SH> -class TAO_Reactive_Strategy : public ACE_Reactive_Strategy<SH> -{ - // = TITLE - // TAO_Reactive_Strategy - // - // = DESCRIPTION - // The ORB uses this reactive strategy for demultiplexing the endpoints. -public: - TAO_Reactive_Strategy (void); - // constructor - - ~TAO_Reactive_Strategy (void); - // destructor - - virtual int activate_svc_handler (SH *sh, void *arg); - // activate the service handler using this reactive strategy -}; - -#if defined (__ACE_INLINE__) -#include "tao/ORB_Strategies_T.i" -#endif /* __ACE_INLINE__ */ - -#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) -#include "tao/ORB_Strategies_T.cpp" -#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ - -#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("ORB_Strategies_T.cpp") -#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ - -#endif /* TAO_ORB_STRATEGIES_T_H */ |