summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 00:42:29 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 00:42:29 +0000
commit75521daef24b5e860ca1f992b49799767e71bdeb (patch)
tree29a160c5437540b91618006805d456a99b2fcda2
parentc2c1ef739ec6d383984adfc3374ec091b7dc8069 (diff)
downloadATCD-75521daef24b5e860ca1f992b49799767e71bdeb.tar.gz
ChangeLogTag: Tue Nov 11 18:41:46 2003 Dale Wilson <wilson_d@ociweb.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 89fcf6f8631..d135cc02115 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 11 18:41:46 2003 Dale Wilson <wilson_d@ociweb.com>
+
+ * orbsvcs/tests/FT_App/StubFaultNotifier.cpp:
+ And another missing .in()
+
Tue Nov 11 18:28:17 2003 Dale Wilson <wilson_d@ociweb.com>
* orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.h:
diff --git a/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp b/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp
index 6955701e2b9..f093694a5f3 100644
--- a/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp
+++ b/TAO/orbsvcs/tests/FT_App/StubFaultNotifier.cpp
@@ -23,7 +23,7 @@ StubFaultNotifier::~StubFaultNotifier ()
::PortableServer::POA_ptr StubFaultNotifier::_default_POA (ACE_ENV_SINGLE_ARG_DECL)
{
- return ::PortableServer::POA::_duplicate(this->poa_ ACE_ENV_ARG_PARAMETER);
+ return ::PortableServer::POA::_duplicate(this->poa_.in () ACE_ENV_ARG_PARAMETER);
}
PortableServer::ObjectId StubFaultNotifier::objectId()const