summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-18 21:49:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-18 21:49:34 +0000
commit5a34e0200cd988d5113ca35f036c8a591b48e3f8 (patch)
treef053d4be7847244681fdb0e41781d211a6b3d1aa /TAO
parente4a00707feac529d1e2af4a710cd1a664e706d83 (diff)
downloadATCD-5a34e0200cd988d5113ca35f036c8a591b48e3f8.tar.gz
added ifndef protection against multiple inclusion
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/ORB_Strategies_T.cpp5
1 files changed, 5 insertions, 0 deletions
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<SH>::activate_svc_handler (SH *svc_handler, void *arg)
return result;
}
+
+#endif /* ! ORB_STRATEGIES_T_C */