diff options
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.cpp')
-rw-r--r-- | TAO/tao/IIOP_Endpoint.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Endpoint.cpp b/TAO/tao/IIOP_Endpoint.cpp index 05961e61f7b..4cdd0117f69 100644 --- a/TAO/tao/IIOP_Endpoint.cpp +++ b/TAO/tao/IIOP_Endpoint.cpp @@ -143,6 +143,12 @@ TAO_IIOP_Endpoint::next (void) TAO_Endpoint * TAO_IIOP_Endpoint::duplicate (void) { + // @@ Bala, we probably need to make sure that the duplicate has the + // same priority as the original. Although it does not matter in + // the context this method is currently used, if somebody ends up + // using this method for some other purpose later, this will be a + // seed for bugs. + TAO_IIOP_Endpoint *endpoint = 0; ACE_NEW_RETURN (endpoint, |