summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.i
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-16 21:30:14 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-16 21:30:14 +0000
commita2e335bac0f42ce943fb01ff25ae34f852f605a1 (patch)
treeade6587e83e6f41bcf2f4103413fa7cfc6c11f58 /TAO/tao/Endpoint.i
parent59606cac07032f608ca92e12663678841d75b3b5 (diff)
downloadATCD-a2e335bac0f42ce943fb01ff25ae34f852f605a1.tar.gz
ChangeLogTag:Mon Oct 16 16:15:15 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Endpoint.i')
-rw-r--r--TAO/tao/Endpoint.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Endpoint.i b/TAO/tao/Endpoint.i
index e21f3a31bbd..3e1700fc440 100644
--- a/TAO/tao/Endpoint.i
+++ b/TAO/tao/Endpoint.i
@@ -4,7 +4,7 @@
ACE_INLINE
TAO_Endpoint::TAO_Endpoint (CORBA::ULong tag)
: tag_ (tag),
- priority_ (0)
+ priority_ (-1)
{
}
@@ -21,7 +21,7 @@ TAO_Endpoint::priority (void) const
}
ACE_INLINE void
-TAO_Endpoint::priority (CORBA::Short p)
+TAO_Endpoint::priority (CORBA::Short p)
{
this->priority_ = p;
}