diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-11-10 13:02:34 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-11-10 13:02:34 +0100 |
commit | 5d2998307d73df53fe6a50595f96d53466ab9202 (patch) | |
tree | 3b8e2a5eff9e99b0faa1870df6a3a7a6ed1ff29e /TAO/orbsvcs | |
parent | 1f9d67610bb4519cbd2cb63108dee246a964178c (diff) | |
download | ATCD-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')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Notify/Consumer.h | 3 | ||||
-rw-r--r-- | TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Consumer.h b/TAO/orbsvcs/orbsvcs/Notify/Consumer.h index 98d5c3611e3..3df0b425864 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/Consumer.h +++ b/TAO/orbsvcs/orbsvcs/Notify/Consumer.h @@ -205,9 +205,8 @@ protected: ACE_Atomic_Op<TAO_SYNCH_MUTEX, ACE_Time_Value> last_ping_; private: - /// Events pending to be delivered. - ACE_Auto_Ptr< Request_Queue > pending_events_; + ACE_Auto_Ptr<Request_Queue> pending_events_; CORBA::Object_var rtt_obj_; }; 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) |