summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h
index 22f203370cb..a4a5c61647e 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h
@@ -115,10 +115,6 @@ protected:
/// Parse protocol specific options.
virtual int parse_options (const char *options);
- /// Obtain uipmc properties that must be used by this acceptor, i.e.,
- /// initialize <uipmc_properties_>.
- int init_uipmc_properties (void);
-
protected:
/// Array of ACE_INET_Addr instances, each one corresponding to a
@@ -148,10 +144,6 @@ protected:
/// ORB Core.
TAO_ORB_Core *orb_core_;
- /// UIPMC configuration properties to be used for all
- /// connections opened by this acceptor.
- TAO_UIPMC_Properties uipmc_properties_;
-
private:
TAO_UIPMC_Connection_Handler *connection_handler_;