summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/NodeApplication/Container_Impl.cpp')
-rw-r--r--CIAO/DAnCE/NodeApplication/Container_Impl.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/DAnCE/NodeApplication/Container_Impl.cpp b/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
index eaaabd4b70f..fbb4e252c0f 100644
--- a/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
+++ b/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
@@ -53,8 +53,7 @@ CIAO::Container_Impl::init (const CORBA::PolicyList *policies)
CORBA::NO_MEMORY ());
}
- return this->container_->init (0,
- policies);
+ return this->container_->init (0, policies);
}
@@ -93,8 +92,7 @@ CIAO::Container_Impl::install (
throw Deployment::InstallationFailure ();
// Create component from home
- Components::CCMObject_var comp =
- kh->create_component ();
+ Components::CCMObject_var comp = kh->create_component ();
if (CORBA::is_nil (comp.in ()))
throw Deployment::InstallationFailure ();