diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-01 15:08:50 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-01 15:08:50 +0000 |
commit | 51a2a65dff5be3409b0a3c9931bd33489f15cddf (patch) | |
tree | cd7efd509ef3bff3187d9ebbdd615b3225fc8da4 /TAO/tao/Object.i | |
parent | 418c228e47e758e73acb88bd93c77f34d2ec5ccf (diff) | |
download | ATCD-51a2a65dff5be3409b0a3c9931bd33489f15cddf.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r-- | TAO/tao/Object.i | 2 |
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; |