summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 14:31:18 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:09 +0200
commit430d023f1d97173cfd104498f92dc4ccaa1c4135 (patch)
treec12843e878f9a62dacfd2dc81e0c6eb7f3dcc7cf /TAO/orbsvcs/performance-tests
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'TAO/orbsvcs/performance-tests')
-rw-r--r--TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.h b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.h
index 895f4baa45a..1834abd43b5 100644
--- a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.h
+++ b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.h
@@ -32,7 +32,6 @@ class RPS_Monitor
: public virtual POA_CosLoadBalancing::LoadMonitor
{
public:
-
/// Constructor
RPS_Monitor (ServerRequestInterceptor * interceptor);
@@ -61,7 +60,6 @@ public:
//@}
protected:
-
/// Destructor
/**
* Protected destructor to enforce proper memory management through
@@ -70,7 +68,6 @@ protected:
~RPS_Monitor (void);
private:
-
/// The name of the location at which this LoadMonitor resides.
CosLoadBalancing::Location location_;