summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h
index 46f8abcbd0b..c388a08279c 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h
@@ -39,25 +39,6 @@ class TAO_Pluggable_Messaging;
// ****************************************************************
/**
- * @class TAO_UIPMC_Properties
- *
- * @brief UIPMC properties specification for a set of
- * connections.
- *
- */
-
-class TAO_PortableGroup_Export TAO_UIPMC_Properties
-{
-
-public:
- int ttl;
-};
-
-
-
-// ****************************************************************
-
-/**
* @class TAO_UIPMC_Connection_Handler
*
* @brief Handles requests on a single connection.
@@ -78,8 +59,7 @@ public:
/// Constructor. <arg> parameter is used by the Acceptor to pass the
/// protocol configuration properties for this connection.
- TAO_UIPMC_Connection_Handler (TAO_ORB_Core *orb_core,
- void *arg);
+ TAO_UIPMC_Connection_Handler (TAO_ORB_Core *orb_core);
/// Destructor.
@@ -162,10 +142,6 @@ protected:
virtual int release_os_resources (void);
//@}
-private:
-
- /// UIPMC configuration for this connection.
- TAO_UIPMC_Properties *uipmc_properties_;
};