summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-10 13:02:34 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-10 13:02:34 +0100
commit5d2998307d73df53fe6a50595f96d53466ab9202 (patch)
tree3b8e2a5eff9e99b0faa1870df6a3a7a6ed1ff29e /TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS
parent1f9d67610bb4519cbd2cb63108dee246a964178c (diff)
downloadATCD-5d2998307d73df53fe6a50595f96d53466ab9202.tar.gz
Layout changes
* TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h: * TAO/orbsvcs/orbsvcs/Notify/Consumer.h: * TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h: * TAO/tests/Portable_Interceptors/Bug_3582/Client_Request_Interceptor.h: * TAO/tests/Portable_Interceptors/ForwardRequest/Client_Request_Interceptor.h: * TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.h: * TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.h: * TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.h:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS')
-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)