summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-11-14 12:30:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-11-14 12:30:55 +0000
commite2cfb169a1955d2c8bfc432ff6c0733b5a163549 (patch)
tree58432fb492eb9e80b6f46e817a921a82af5a002f /CIAO/connectors/dds4ccm
parentbaee5a28434060d60402a3bda09ca39e9b282f83 (diff)
downloadATCD-e2cfb169a1955d2c8bfc432ff6c0733b5a163549.tar.gz
Fixed fuzz
Diffstat (limited to 'CIAO/connectors/dds4ccm')
-rw-r--r--CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp
index e6a257005ea..c0e5461de06 100644
--- a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp
+++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp
@@ -54,9 +54,9 @@ namespace CIAO_Shapes_Control_comp_Impl
Control_comp_exec_i::reactor (void)
{
ACE_Reactor* reactor = 0;
- ::CORBA::Object_var ccm_object =
+ ::CORBA::Object_var ccm_object =
this->ciao_context_->get_CCM_object();
- if (! ::CORBA::is_nil (ccm_object.in ()))
+ if (! ::CORBA::is_nil (ccm_object.in ()))
{
::CORBA::ORB_var orb = ccm_object->_get_orb ();
if (! ::CORBA::is_nil (orb.in ()))