summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-01 15:08:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-01 15:08:50 +0000
commit04614e3d9e356efe6bff18215a8d95ef36514a13 (patch)
treecd7efd509ef3bff3187d9ebbdd615b3225fc8da4 /TAO/tao/Object.i
parent230c807fc37bd36b647438e51dfc7465604580fe (diff)
downloadATCD-04614e3d9e356efe6bff18215a8d95ef36514a13.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r--TAO/tao/Object.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index 3c4f7825194..73ecbc00f99 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -39,7 +39,7 @@ CORBA_Object::QueryInterface (REFIID riid,
*ppv = this;
if (*ppv == 0)
- return ResultFromScode (TAO_E_NOINTERFACE);
+ return TAO_ResultFromScode (TAO_E_NOINTERFACE);
(void) this->AddRef ();
return TAO_NOERROR;