summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 6b33edeb0f2..10db2c27840 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -2704,8 +2704,7 @@ TAO_ORB_Core::resolve_rir (const char *name
}
else
{
- TAO_Connector_Registry *conn_reg =
- this->connector_registry ();
+ TAO_Connector_Registry *conn_reg = this->connector_registry ();
// Obtain the appropriate object key delimiter for the
// specified protocol.
@@ -2997,8 +2996,7 @@ int
TAO_ORB_Core::add_tss_cleanup_func (ACE_CLEANUP_FUNC cleanup,
size_t &slot_id)
{
- return this->tss_cleanup_funcs_.register_cleanup_function (cleanup,
- slot_id);
+ return this->tss_cleanup_funcs_.register_cleanup_function (cleanup, slot_id);
}
void