summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.i
diff options
context:
space:
mode:
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;