summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp b/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
index 3ee40ec6b0b..3948ddf4093 100644
--- a/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
+++ b/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
@@ -58,7 +58,7 @@ MyFooServantLocator::preinvoke (const PortableServer::ObjectId &oid,
ACE_THROW_RETURN (CORBA::OBJECT_NOT_EXIST (), 0);
//
//CORBA::Exception *exception =
- // new CORBA::OBJECT_NOT_EXIST ();
+ // new CORBA::OBJECT_NOT_EXIST (CORBA::COMPLETED_NO);
//env.exception (exception);
//return 0;
}