summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-27 21:31:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-27 21:31:17 +0000
commit708c925675d35b59cf0166e676d51624d092d003 (patch)
tree5e06c71b806d41f726605e3688c6b3d74597368f /TAO/examples
parent4b6a5b26cd6279b19aabc031bd38efe07eb5fa25 (diff)
downloadATCD-708c925675d35b59cf0166e676d51624d092d003.tar.gz
ChangeLogTag: Fri Feb 27 16:28:51 2004 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/POA/Explicit_Activation/Alt_Resources/Resource_Factory.cpp1
-rw-r--r--TAO/examples/POA/Explicit_Activation/alternate.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Alt_Resources/Resource_Factory.cpp b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Resource_Factory.cpp
index c7da744e83c..9b6ae031814 100644
--- a/TAO/examples/POA/Explicit_Activation/Alt_Resources/Resource_Factory.cpp
+++ b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Resource_Factory.cpp
@@ -6,6 +6,7 @@
ACE_Reactor_Impl *
My_Resource_Factory::allocate_reactor_impl (void) const
{
+ errno = 0;
ACE_DEBUG ((LM_DEBUG,
"Using alternate reactor\n"));
diff --git a/TAO/examples/POA/Explicit_Activation/alternate.conf b/TAO/examples/POA/Explicit_Activation/alternate.conf
index 44f9731f156..262dc5b4308 100644
--- a/TAO/examples/POA/Explicit_Activation/alternate.conf
+++ b/TAO/examples/POA/Explicit_Activation/alternate.conf
@@ -1,4 +1,4 @@
# Refer to Alternate_Resource_Factory/README for details
-dynamic Resource_Factory Service_Object * Alt_Resources/Alt_Resource_Factory:_make_My_Resource_Factory() "-ORBresources global"
+dynamic Resource_Factory Service_Object * Alt_Resources/Alt_Resource_Factory:_make_My_Resource_Factory()