summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h')
-rw-r--r--TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h b/TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h
index 7057a1a3280..d78e196d0db 100644
--- a/TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h
+++ b/TAO/tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.h
@@ -45,7 +45,6 @@ namespace TAO
class TAO_CSD_TP_Export TP_Servant_State_Map
{
public:
-
/// Default Constructor.
TP_Servant_State_Map();
@@ -53,20 +52,15 @@ namespace TAO
~TP_Servant_State_Map();
/// Accessor for the servant busy flag.
- TP_Servant_State* find(PortableServer::Servant servant
- );
+ TP_Servant_State* find(PortableServer::Servant servant);
/// Insert the servant to map.
- void insert(PortableServer::Servant servant
- );
+ void insert(PortableServer::Servant servant);
/// Remove the servant from map.
- void remove(PortableServer::Servant servant
- );
-
+ void remove(PortableServer::Servant servant);
private:
-
/// Underlying Map Type - Hash-Based -
/// Key Type: void*, Value Type: TP_Servant_State::HandleType
typedef ACE_Hash_Map_Manager_Ex<void*,