summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Endpoint.i')
-rw-r--r--TAO/tao/Endpoint.i7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Endpoint.i b/TAO/tao/Endpoint.i
index e21f3a31bbd..0b3804ce93f 100644
--- a/TAO/tao/Endpoint.i
+++ b/TAO/tao/Endpoint.i
@@ -2,9 +2,10 @@
// $Id$
ACE_INLINE
-TAO_Endpoint::TAO_Endpoint (CORBA::ULong tag)
+TAO_Endpoint::TAO_Endpoint (CORBA::ULong tag,
+ CORBA::Short priority)
: tag_ (tag),
- priority_ (0)
+ priority_ (priority)
{
}
@@ -21,7 +22,7 @@ TAO_Endpoint::priority (void) const
}
ACE_INLINE void
-TAO_Endpoint::priority (CORBA::Short p)
+TAO_Endpoint::priority (CORBA::Short p)
{
this->priority_ = p;
}