summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-13 01:55:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-13 01:55:13 +0000
commit14cc15d113418a7fc276ec23cc65ce6e7be0da4a (patch)
treea740fa0ba743fc4451de5115e70c12ed2d6318f5 /TAO/tao/PolicyC.cpp
parent6395c7f246833df6e85633bc8596114934b9d7c6 (diff)
downloadATCD-14cc15d113418a7fc276ec23cc65ce6e7be0da4a.tar.gz
ChangeLogTag:Sat Jun 12 20:29:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PolicyC.cpp')
-rw-r--r--TAO/tao/PolicyC.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PolicyC.cpp b/TAO/tao/PolicyC.cpp
index 83679db2980..c7ab70f3693 100644
--- a/TAO/tao/PolicyC.cpp
+++ b/TAO/tao/PolicyC.cpp
@@ -223,7 +223,7 @@ CORBA::PolicyType CORBA_Policy::policy_type (
TAO_Stub *istub = this->_stubobj ();
if (istub == 0)
- ACE_THROW_RETURN (CORBA::INV_OBJREF (), _tao_retval);
+ ACE_THROW_RETURN (CORBA::INTERNAL (), _tao_retval);
TAO_GIOP_Twoway_Invocation _tao_call (
@@ -271,7 +271,7 @@ CORBA_Policy_ptr CORBA_Policy::copy (
TAO_Stub *istub = this->_stubobj ();
if (istub == 0)
- ACE_THROW_RETURN (CORBA::INV_OBJREF (), _tao_retval);
+ ACE_THROW_RETURN (CORBA::INTERNAL (), _tao_retval);
TAO_GIOP_Twoway_Invocation _tao_call (
@@ -318,7 +318,7 @@ void CORBA_Policy::destroy (
TAO_Stub *istub = this->_stubobj ();
if (istub == 0)
- ACE_THROW (CORBA::INV_OBJREF ());
+ ACE_THROW (CORBA::INTERNAL ());
TAO_GIOP_Twoway_Invocation _tao_call (