summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LoadBalancer/Signal_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/LoadBalancer/Signal_Handler.h')
-rw-r--r--TAO/orbsvcs/LoadBalancer/Signal_Handler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/orbsvcs/LoadBalancer/Signal_Handler.h b/TAO/orbsvcs/LoadBalancer/Signal_Handler.h
index a79d1cde06c..ffdd776b6b7 100644
--- a/TAO/orbsvcs/LoadBalancer/Signal_Handler.h
+++ b/TAO/orbsvcs/LoadBalancer/Signal_Handler.h
@@ -42,7 +42,6 @@
class TAO_LB_Signal_Handler : public ACE_Task_Base
{
public:
-
/// Constructor.
TAO_LB_Signal_Handler (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa);
@@ -72,12 +71,10 @@ public:
virtual int handle_signal (int signum, siginfo_t * = 0, ucontext_t * = 0);
protected:
-
/// Template method that initiates the cleanup process.
virtual int perform_cleanup (int signum);
private:
-
#ifdef ACE_HAS_THREADS
/// Block all signals before spawning the threads. Then, unblock
/// these signals when this handler is destroyed.
@@ -93,7 +90,6 @@ private:
/// Reference to the POA within which the LoadManager servant is
/// registered.
PortableServer::POA_var poa_;
-
};
#endif /* TAO_LB_SIGNAL_HANDLER_H */