From 5a34e0200cd988d5113ca35f036c8a591b48e3f8 Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 18 Nov 1998 21:49:34 +0000 Subject: added ifndef protection against multiple inclusion --- TAO/tao/ORB_Strategies_T.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TAO') diff --git a/TAO/tao/ORB_Strategies_T.cpp b/TAO/tao/ORB_Strategies_T.cpp index cada4a01eef..f5cb4757843 100644 --- a/TAO/tao/ORB_Strategies_T.cpp +++ b/TAO/tao/ORB_Strategies_T.cpp @@ -1,5 +1,8 @@ // $Id$ +#ifndef ORB_STRATEGIES_T_C +#define ORB_STRATEGIES_T_C + #include "tao/ORB_Strategies_T.h" #if !defined (__ACE_INLINE__) @@ -46,3 +49,5 @@ TAO_Reactive_Strategy::activate_svc_handler (SH *svc_handler, void *arg) return result; } + +#endif /* ! ORB_STRATEGIES_T_C */ -- cgit v1.2.1