summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-27 08:24:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-27 08:24:29 +0000
commit60725fec026edc3ef26773cd9fa2227abcf6352b (patch)
tree947425c3f9e8d5fa350e1edec6c695367e8aba85
parent6e38a60983b3c9877ac57bb52bcd72a6ebd6237c (diff)
downloadATCD-60725fec026edc3ef26773cd9fa2227abcf6352b.tar.gz
ChangeLogTag: Fri May 27 08:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
index 83e8c400bad..63c9f164559 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
@@ -172,7 +172,7 @@ TAO_EventLogFactory_i::create_with_id (
TAO_EventLog_i* event_log_i;
ACE_NEW_THROW_EX (event_log_i,
- TAO_EventLog_i (this->orb_,
+ TAO_EventLog_i (this->orb_.in (),
*this,
this->log_mgr_.in (),
this,
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
index 2ec1008234d..61e5408fd6e 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
@@ -159,7 +159,7 @@ TAO_NotifyLogFactory_i::create_with_id (
TAO_NotifyLog_i* notify_log_i;
ACE_NEW_THROW_EX (notify_log_i,
- TAO_NotifyLog_i (this->orb_,
+ TAO_NotifyLog_i (this->orb_.in (),
*this,
this->log_mgr_.in (),
this,
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp
index f9f6bfc09de..d57d3fca482 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp
@@ -219,7 +219,7 @@ TAO_RTEventLogFactory_i::create_with_id (
TAO_RTEventLog_i* event_log_i;
ACE_NEW_THROW_EX (event_log_i,
- TAO_RTEventLog_i (this->orb_,
+ TAO_RTEventLog_i (this->orb_.in (),
*this,
this->log_mgr_.in (),
this,