summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoint.h
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-27 20:57:46 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-27 20:57:46 +0000
commit0f09672a72ac5be29757640d01ea5c5b592df36e (patch)
tree881acf5320e4b86e1494e6d006f9055cbadecbad /TAO/tao/IIOP_Endpoint.h
parentc3c457efccc390f35a6b2248634b9d378c4d8f32 (diff)
downloadATCD-0f09672a72ac5be29757640d01ea5c5b592df36e.tar.gz
ChangeLogTag: Fri May 27 15:54:44 2005 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.h')
-rw-r--r--TAO/tao/IIOP_Endpoint.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h
index 33d7429a916..3240859488f 100644
--- a/TAO/tao/IIOP_Endpoint.h
+++ b/TAO/tao/IIOP_Endpoint.h
@@ -122,7 +122,11 @@ private:
/// Generate preferred interfaces from the options passed in by the
/// user.
- CORBA::ULong preferred_interfaces (TAO_ORB_Core *oc);
+ CORBA::ULong preferred_interfaces (const char* csvPreferred, bool enforce);
+
+ /// Chain a new duplicate of ourself with the specified
+ /// local preferred interface.
+ TAO_IIOP_Endpoint* add_local_endpoint(TAO_IIOP_Endpoint* ep, const char* local);
/// Canonical copy constructor
/**