summaryrefslogtreecommitdiff
path: root/flat/CIAO/examples/Null_Component/Null_Component_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/examples/Null_Component/Null_Component_exec.cpp')
-rw-r--r--flat/CIAO/examples/Null_Component/Null_Component_exec.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/flat/CIAO/examples/Null_Component/Null_Component_exec.cpp b/flat/CIAO/examples/Null_Component/Null_Component_exec.cpp
index 89b16cbe55d..3aedbc6ce93 100644
--- a/flat/CIAO/examples/Null_Component/Null_Component_exec.cpp
+++ b/flat/CIAO/examples/Null_Component/Null_Component_exec.cpp
@@ -107,6 +107,20 @@ namespace CIDL_Null_Component_Impl
// Your code here.
}
+ extern "C" NULL_COMPONENT_EXEC_Export ::Components::EnterpriseComponent_ptr
+ create_Null_Component_Impl (void)
+ {
+ ::Components::EnterpriseComponent_ptr retval =
+ ::Components::EnterpriseComponent::_nil ();
+
+ ACE_NEW_RETURN (
+ retval,
+ Null_Component_exec_i,
+ ::Components::EnterpriseComponent::_nil ());
+
+ return retval;
+ }
+
//==================================================================
// Home Executor Implementation Class: Null_ComponentHome_exec_i
//==================================================================