summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_POA.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_POA.i')
-rw-r--r--TAO/tao/RTPortableServer/RT_POA.i6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/RTPortableServer/RT_POA.i b/TAO/tao/RTPortableServer/RT_POA.i
index 2a1dc09cde9..90566725d01 100644
--- a/TAO/tao/RTPortableServer/RT_POA.i
+++ b/TAO/tao/RTPortableServer/RT_POA.i
@@ -21,7 +21,8 @@ TAO_RT_POA::create_reference_with_priority (const char * intf,
// Lock access for the duration of this transaction.
TAO_POA_GUARD_RETURN (0);
- return this->create_reference_i (intf
+ return this->create_reference_i (intf,
+ priority
ACE_ENV_ARG_PARAMETER);
}
@@ -44,7 +45,8 @@ TAO_RT_POA::create_reference_with_id_and_priority (const PortableServer::ObjectI
TAO_POA_GUARD_RETURN (0);
return this->create_reference_with_id_i (oid,
- intf
+ intf,
+ priority
ACE_ENV_ARG_PARAMETER);
}