summaryrefslogtreecommitdiff
path: root/ACE/protocols
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 /ACE/protocols
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'ACE/protocols')
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Channel.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Environment.h1
-rw-r--r--ACE/protocols/ace/INet/HTTPS_Session.h1
-rw-r--r--ACE/protocols/ace/INet/HTTP_SessionBase.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP_Channel.h b/ACE/protocols/ace/HTBP/HTBP_Channel.h
index 02c4285fa1a..b1b59f0b295 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Channel.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Channel.h
@@ -232,7 +232,6 @@ namespace ACE
int consume_error (void);
private:
-
/// The filter_ is a pluggable component used to manage the
/// wrapping of data in a way suitable for the proxy to
/// manage. The actual filter instance is owned by the
diff --git a/ACE/protocols/ace/HTBP/HTBP_Environment.h b/ACE/protocols/ace/HTBP/HTBP_Environment.h
index 91fda93cf16..84641dc8de4 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Environment.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Environment.h
@@ -31,7 +31,6 @@ namespace ACE
class HTBP_Export Environment
{
public:
-
/// Constructor
Environment (ACE_Configuration *config = 0,
int using_registry = 0,
diff --git a/ACE/protocols/ace/INet/HTTPS_Session.h b/ACE/protocols/ace/INet/HTTPS_Session.h
index 91dd7d11cfc..51f0132c530 100644
--- a/ACE/protocols/ace/INet/HTTPS_Session.h
+++ b/ACE/protocols/ace/INet/HTTPS_Session.h
@@ -62,7 +62,6 @@ namespace ACE
bool attach_connection (connection_type* connection);
protected:
-
void close_connection ();
virtual bool connect_i (const ACE_Synch_Options& sync_opt);
diff --git a/ACE/protocols/ace/INet/HTTP_SessionBase.h b/ACE/protocols/ace/INet/HTTP_SessionBase.h
index 492facfca3f..1b6b492c8b5 100644
--- a/ACE/protocols/ace/INet/HTTP_SessionBase.h
+++ b/ACE/protocols/ace/INet/HTTP_SessionBase.h
@@ -84,7 +84,6 @@ namespace ACE
void close ();
protected:
-
bool reconnect_needed ();
void close_streams ();