summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
index c170bfc266a..e5119599284 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
@@ -1,6 +1,6 @@
-#include "orbsvcs/Log/NotifyLogFactory_i.h"
-#include "orbsvcs/Log/LogNotification.h"
-#include "orbsvcs/Log/NotifyLogNotification.h"
+#include "orbsvcs/orbsvcs/Log/NotifyLogFactory_i.h"
+#include "orbsvcs/orbsvcs/Log/LogNotification.h"
+#include "orbsvcs/orbsvcs/Log/NotifyLogNotification.h"
ACE_RCSID (Log,
NotifyLogFactory_i,
@@ -185,12 +185,11 @@ TAO_NotifyLogFactory_i::create_with_id (
ACE_CHECK_RETURN (notify_log._retn ());
// Add to the Hash table..
- if (hash_map_.bind (id,
- DsNotifyLogAdmin::NotifyLog::_duplicate (notify_log.in ())) == -1)
+ if (hash_map_.bind (id, notify_log.in ()) == -1)
ACE_THROW_RETURN (CORBA::INTERNAL (),
DsNotifyLogAdmin::NotifyLog::_nil ());
- notifier_->object_creation (DsNotifyLogAdmin::NotifyLog::_duplicate (notify_log.in ()),
+ notifier_->object_creation (notify_log.in (),
id ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (DsNotifyLogAdmin::NotifyLog::_nil ());