summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Servants/Facet_Servant_Base_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-12 08:52:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-12 08:52:52 +0000
commit53ba880bd9c84d00799654e1d8d7688035fe73fc (patch)
tree52161e025a85185996f0813b685464578e43879e /CIAO/ciao/Servants/Facet_Servant_Base_T.h
parent37f3de31ffcdca014294fa90dd338f411a4e5599 (diff)
downloadATCD-53ba880bd9c84d00799654e1d8d7688035fe73fc.tar.gz
Mon Dec 12 07:33:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
Merged changes from our work branch. Facet servants are now generated as C++ template at the moment the interface is declared, this reduces the amount of code generated heavily. Component/Connector context is now also generated as C++ template
Diffstat (limited to 'CIAO/ciao/Servants/Facet_Servant_Base_T.h')
-rw-r--r--CIAO/ciao/Servants/Facet_Servant_Base_T.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CIAO/ciao/Servants/Facet_Servant_Base_T.h b/CIAO/ciao/Servants/Facet_Servant_Base_T.h
index 32b23fea76b..46d55eccbe5 100644
--- a/CIAO/ciao/Servants/Facet_Servant_Base_T.h
+++ b/CIAO/ciao/Servants/Facet_Servant_Base_T.h
@@ -22,6 +22,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ciao/Contexts/Context_Impl_Base_T.h"
+
namespace CIAO
{
template <typename BASE, typename EXEC, typename CONTEXT>