summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h')
-rw-r--r--TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h
index c52581f9fcd..d13ec9d6a4c 100644
--- a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h
+++ b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h
@@ -46,7 +46,6 @@ class ServerRequestInterceptor
public virtual ::CORBA::LocalObject
{
public:
-
/// Constructor.
ServerRequestInterceptor (void);
@@ -81,7 +80,6 @@ public:
CORBA::Long request_count (void);
protected:
-
/// Destructor.
/**
* Protected destructor to enforce correct memory management via
@@ -90,10 +88,8 @@ protected:
~ServerRequestInterceptor (void);
private:
-
/// The number of requests that have arrived on the server.
ACE_Atomic_Op<TAO_SYNCH_MUTEX, long> request_count_;
-
};
#if defined(_MSC_VER)