summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 21:25:40 +0200
committerGitHub <noreply@github.com>2019-04-15 21:25:40 +0200
commitd8f5b041e7710132a469ebf890dbd00ec0f8732e (patch)
treeb0397e655846b27e6ac8dbdeba845c9b98557f65
parent7ab9d7d683b34a37d766a11d7cd7abd4ee66b18c (diff)
downloadATCD-d8f5b041e7710132a469ebf890dbd00ec0f8732e.tar.gz
Revert change
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h
index 5b4bfff8edf..48666a2bdde 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h
@@ -73,4 +73,8 @@ private:
ACE_Thread_Manager thr_mgr_;
};
+#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
+#include "Low_Priority_Setup.cpp"
+#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
#endif /* TAO_PERF_RTEC_LOW_PRIORITY_SETUP_H */