diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-11-06 20:32:01 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-11-06 20:32:01 +0000 |
commit | acf9e5be1e9cc0f9f63369d7777494e097e8f6e9 (patch) | |
tree | 3fc7f550ce21dc2f750f21f454c33d8205722cd9 /TAO/tao/Endpoint.i | |
parent | 06d9f61549927e1b611ce6918aeca304986d926d (diff) | |
download | ATCD-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.i | 5 |
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) { } |