summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.i
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-06 20:32:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-06 20:32:01 +0000
commitacf9e5be1e9cc0f9f63369d7777494e097e8f6e9 (patch)
tree3fc7f550ce21dc2f750f21f454c33d8205722cd9 /TAO/tao/Endpoint.i
parent06d9f61549927e1b611ce6918aeca304986d926d (diff)
downloadATCD-acf9e5be1e9cc0f9f63369d7777494e097e8f6e9.tar.gz
ChangeLogTag: Mon Nov 6 13:54:20 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Endpoint.i')
-rw-r--r--TAO/tao/Endpoint.i5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Endpoint.i b/TAO/tao/Endpoint.i
index 3e1700fc440..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_ (-1)
+ priority_ (priority)
{
}