summaryrefslogtreecommitdiff
path: root/ACE/protocols
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-10 12:26:57 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-10 12:26:57 +0200
commit00b403be7df0442405bd5e3dcc07beaa6730ddd2 (patch)
treef0b5b1174001facb66b3bc45c40f222850a7dd57 /ACE/protocols
parent60987b4ba42ff6e4e6a4f4457d902a18c0c6b0a0 (diff)
downloadATCD-00b403be7df0442405bd5e3dcc07beaa6730ddd2.tar.gz
Fixed Redundant blank line at the end of a code block should be deleted
Diffstat (limited to 'ACE/protocols')
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Addr.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Environment.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Filter.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_ID_Requestor.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.h1
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Stream.h1
-rw-r--r--ACE/protocols/ace/INet/BidirStreamBuffer.h1
-rw-r--r--ACE/protocols/ace/INet/ClientRequestHandler.h1
-rw-r--r--ACE/protocols/ace/INet/ConnectionCache.h2
-rw-r--r--ACE/protocols/ace/INet/FTP_ClientRequestHandler.h1
-rw-r--r--ACE/protocols/ace/INet/FTP_IOStream.h1
-rw-r--r--ACE/protocols/ace/INet/FTP_Request.h1
-rw-r--r--ACE/protocols/ace/INet/FTP_Response.h1
-rw-r--r--ACE/protocols/ace/INet/HTTPS_SessionFactory.h1
-rw-r--r--ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h1
-rw-r--r--ACE/protocols/ace/INet/HTTP_IOStream.h1
-rw-r--r--ACE/protocols/ace/INet/HTTP_StreamPolicy.h1
-rw-r--r--ACE/protocols/ace/INet/Request.h1
-rw-r--r--ACE/protocols/ace/INet/RequestHandler.h1
-rw-r--r--ACE/protocols/ace/INet/Response.h1
-rw-r--r--ACE/protocols/ace/INet/SSLSock_IOStream.h1
-rw-r--r--ACE/protocols/ace/INet/Sock_IOStream.h1
-rw-r--r--ACE/protocols/ace/INet/StreamInterceptor.h1
-rw-r--r--ACE/protocols/ace/INet/String_IOStream.h1
-rw-r--r--ACE/protocols/ace/INet/URLBase.h1
-rw-r--r--ACE/protocols/ace/RMCast/Acknowledge.cpp1
-rw-r--r--ACE/protocols/ace/RMCast/Link.cpp1
-rw-r--r--ACE/protocols/ace/RMCast/Protocol.h1
29 files changed, 0 insertions, 30 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP_Addr.h b/ACE/protocols/ace/HTBP/HTBP_Addr.h
index 0e03aea5e94..3484700dc53 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Addr.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Addr.h
@@ -79,7 +79,6 @@ namespace ACE
/// HTID - web-obtained unique-identifier
ACE_CString htid_;
};
-
}
}
diff --git a/ACE/protocols/ace/HTBP/HTBP_Environment.h b/ACE/protocols/ace/HTBP/HTBP_Environment.h
index f70a29148a6..8e8d88691bf 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Environment.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Environment.h
@@ -95,7 +95,6 @@ namespace ACE
/// We created the config instance, so we must clean it up
bool own_config_;
-
};
}
}
diff --git a/ACE/protocols/ace/HTBP/HTBP_Filter.h b/ACE/protocols/ace/HTBP/HTBP_Filter.h
index add5595942f..2e2b458ded6 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Filter.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Filter.h
@@ -87,7 +87,6 @@ namespace ACE
/// Store the most recent HTTP result code. Typically it will be 200,
/// but it could be a 4xx or 5xx code if the proxy reports an error.
int http_code_;
-
};
}
}
diff --git a/ACE/protocols/ace/HTBP/HTBP_ID_Requestor.h b/ACE/protocols/ace/HTBP/HTBP_ID_Requestor.h
index 8e76da9128c..03bb0c4cd2e 100644
--- a/ACE/protocols/ace/HTBP/HTBP_ID_Requestor.h
+++ b/ACE/protocols/ace/HTBP/HTBP_ID_Requestor.h
@@ -51,7 +51,6 @@ namespace ACE
static ACE_TString htid_;
static ACE_SYNCH_MUTEX htid_lock_;
};
-
}
}
diff --git a/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.h b/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.h
index 7d5e55836dd..08915e26f5a 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.h
@@ -73,7 +73,6 @@ namespace ACE
virtual ssize_t recv_data_trailer(Channel *);
private:
int make_request_header (Channel *, const char *, char *, size_t );
-
};
}
}
diff --git a/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.h b/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.h
index dcdd49f9919..95dfe9d8f38 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.h
@@ -70,7 +70,6 @@ namespace ACE
virtual ssize_t recv_data_header (Channel *);
virtual ssize_t recv_data_trailer(Channel *);
};
-
}
}
diff --git a/ACE/protocols/ace/HTBP/HTBP_Stream.h b/ACE/protocols/ace/HTBP/HTBP_Stream.h
index e6f5f3a7ca1..50630da7720 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Stream.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Stream.h
@@ -278,7 +278,6 @@ namespace ACE
/// associated with. On the inside, sessions are created by the Connector,
/// which then create streams on demand.
Session *session_;
-
};
}
}
diff --git a/ACE/protocols/ace/INet/BidirStreamBuffer.h b/ACE/protocols/ace/INet/BidirStreamBuffer.h
index 4267be12d21..61306083a9d 100644
--- a/ACE/protocols/ace/INet/BidirStreamBuffer.h
+++ b/ACE/protocols/ace/INet/BidirStreamBuffer.h
@@ -119,7 +119,6 @@ namespace ACE
BidirStreamBuffer(const BidirStreamBuffer&);
BidirStreamBuffer& operator = (const BidirStreamBuffer&);
};
-
}
}
diff --git a/ACE/protocols/ace/INet/ClientRequestHandler.h b/ACE/protocols/ace/INet/ClientRequestHandler.h
index 660eeeaddee..f448e06cb0e 100644
--- a/ACE/protocols/ace/INet/ClientRequestHandler.h
+++ b/ACE/protocols/ace/INet/ClientRequestHandler.h
@@ -96,7 +96,6 @@ namespace ACE
u_short port_;
};
};
-
}
}
diff --git a/ACE/protocols/ace/INet/ConnectionCache.h b/ACE/protocols/ace/INet/ConnectionCache.h
index d6a0df2b2e8..809503fd0d4 100644
--- a/ACE/protocols/ace/INet/ConnectionCache.h
+++ b/ACE/protocols/ace/INet/ConnectionCache.h
@@ -253,8 +253,6 @@ namespace ACE
ACE_SYNCH_CONDITION condition_;
map_type cache_map_;
};
-
-
}
}
diff --git a/ACE/protocols/ace/INet/FTP_ClientRequestHandler.h b/ACE/protocols/ace/INet/FTP_ClientRequestHandler.h
index a11dc3bf840..64019d9c178 100644
--- a/ACE/protocols/ace/INet/FTP_ClientRequestHandler.h
+++ b/ACE/protocols/ace/INet/FTP_ClientRequestHandler.h
@@ -218,7 +218,6 @@ namespace ACE
ACE_CString current_user_;
};
-
}
}
diff --git a/ACE/protocols/ace/INet/FTP_IOStream.h b/ACE/protocols/ace/INet/FTP_IOStream.h
index e5d334bafdb..feb001bf3aa 100644
--- a/ACE/protocols/ace/INet/FTP_IOStream.h
+++ b/ACE/protocols/ace/INet/FTP_IOStream.h
@@ -110,7 +110,6 @@ namespace ACE
void set_interceptor (StreamBuffer::interceptor_type& interceptor);
};
-
}
}
diff --git a/ACE/protocols/ace/INet/FTP_Request.h b/ACE/protocols/ace/INet/FTP_Request.h
index bfbd2596cc4..69d44972ff6 100644
--- a/ACE/protocols/ace/INet/FTP_Request.h
+++ b/ACE/protocols/ace/INet/FTP_Request.h
@@ -100,7 +100,6 @@ namespace ACE
ACE_CString command_;
ACE_CString args_;
};
-
}
}
diff --git a/ACE/protocols/ace/INet/FTP_Response.h b/ACE/protocols/ace/INet/FTP_Response.h
index 6e3def510a1..9b54236dd08 100644
--- a/ACE/protocols/ace/INet/FTP_Response.h
+++ b/ACE/protocols/ace/INet/FTP_Response.h
@@ -116,7 +116,6 @@ namespace ACE
int status_;
ACE_Array<ACE_CString> response_;
};
-
}
}
diff --git a/ACE/protocols/ace/INet/HTTPS_SessionFactory.h b/ACE/protocols/ace/INet/HTTPS_SessionFactory.h
index a38b99f6c68..7d64fef1747 100644
--- a/ACE/protocols/ace/INet/HTTPS_SessionFactory.h
+++ b/ACE/protocols/ace/INet/HTTPS_SessionFactory.h
@@ -59,7 +59,6 @@ namespace ACE
virtual ACE::INet::ConnectionHolder* create_connection (
const ACE::INet::ConnectionKey& key) const;
};
-
}
}
diff --git a/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h b/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
index 2124524ce5a..79747658edf 100644
--- a/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
+++ b/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
@@ -233,7 +233,6 @@ namespace ACE
Response response_;
SessionHolder* session_;
};
-
}
}
diff --git a/ACE/protocols/ace/INet/HTTP_IOStream.h b/ACE/protocols/ace/INet/HTTP_IOStream.h
index d502fdad6f2..621c1f3a3ee 100644
--- a/ACE/protocols/ace/INet/HTTP_IOStream.h
+++ b/ACE/protocols/ace/INet/HTTP_IOStream.h
@@ -116,7 +116,6 @@ namespace ACE
void set_interceptor (StreamBuffer::interceptor_type& interceptor);
};
-
}
}
diff --git a/ACE/protocols/ace/INet/HTTP_StreamPolicy.h b/ACE/protocols/ace/INet/HTTP_StreamPolicy.h
index c465148b5b1..73e15241500 100644
--- a/ACE/protocols/ace/INet/HTTP_StreamPolicy.h
+++ b/ACE/protocols/ace/INet/HTTP_StreamPolicy.h
@@ -80,7 +80,6 @@ namespace ACE
};
typedef ChunkedTransferStreamPolicyBase<StreamBuffer> ChunkedTransferStreamPolicy;
-
}
}
diff --git a/ACE/protocols/ace/INet/Request.h b/ACE/protocols/ace/INet/Request.h
index 32afdb23ad8..947cb71dea3 100644
--- a/ACE/protocols/ace/INet/Request.h
+++ b/ACE/protocols/ace/INet/Request.h
@@ -29,7 +29,6 @@ namespace ACE
Request ();
virtual ~Request ();
};
-
}
}
diff --git a/ACE/protocols/ace/INet/RequestHandler.h b/ACE/protocols/ace/INet/RequestHandler.h
index d24379dba66..37dbb4aa589 100644
--- a/ACE/protocols/ace/INet/RequestHandler.h
+++ b/ACE/protocols/ace/INet/RequestHandler.h
@@ -39,7 +39,6 @@ namespace ACE
virtual const Response& response () const = 0;
};
-
}
}
diff --git a/ACE/protocols/ace/INet/Response.h b/ACE/protocols/ace/INet/Response.h
index 8d07d155c3f..8ddecfc40b1 100644
--- a/ACE/protocols/ace/INet/Response.h
+++ b/ACE/protocols/ace/INet/Response.h
@@ -29,7 +29,6 @@ namespace ACE
Response ();
virtual ~Response ();
};
-
}
}
diff --git a/ACE/protocols/ace/INet/SSLSock_IOStream.h b/ACE/protocols/ace/INet/SSLSock_IOStream.h
index cec9f4f6ba9..f97887a9e1d 100644
--- a/ACE/protocols/ace/INet/SSLSock_IOStream.h
+++ b/ACE/protocols/ace/INet/SSLSock_IOStream.h
@@ -158,7 +158,6 @@ namespace ACE
typedef SSLSock_IStreamBase<ACE_NULL_SYNCH> SSLSock_IStream;
typedef SSLSock_OStreamBase<ACE_NULL_SYNCH> SSLSock_OStream;
typedef SSLSock_IOStreamBase<ACE_NULL_SYNCH> SSLSock_IOStream;
-
}
}
diff --git a/ACE/protocols/ace/INet/Sock_IOStream.h b/ACE/protocols/ace/INet/Sock_IOStream.h
index 970480246bd..ddd101c7453 100644
--- a/ACE/protocols/ace/INet/Sock_IOStream.h
+++ b/ACE/protocols/ace/INet/Sock_IOStream.h
@@ -157,7 +157,6 @@ namespace ACE
typedef Sock_IStreamBase<ACE_NULL_SYNCH> Sock_IStream;
typedef Sock_OStreamBase<ACE_NULL_SYNCH> Sock_OStream;
typedef Sock_IOStreamBase<ACE_NULL_SYNCH> Sock_IOStream;
-
}
}
diff --git a/ACE/protocols/ace/INet/StreamInterceptor.h b/ACE/protocols/ace/INet/StreamInterceptor.h
index 82368efefbd..9e080a744da 100644
--- a/ACE/protocols/ace/INet/StreamInterceptor.h
+++ b/ACE/protocols/ace/INet/StreamInterceptor.h
@@ -54,7 +54,6 @@ namespace ACE
};
typedef StreamInterceptorBase<char> StreamInterceptor;
-
}
}
diff --git a/ACE/protocols/ace/INet/String_IOStream.h b/ACE/protocols/ace/INet/String_IOStream.h
index 2cddd9cbf1e..508852317d9 100644
--- a/ACE/protocols/ace/INet/String_IOStream.h
+++ b/ACE/protocols/ace/INet/String_IOStream.h
@@ -155,7 +155,6 @@ namespace ACE
typedef String_IOSBase<char> CString_IOS;
typedef String_OStreamBase<char> CString_OStream;
typedef String_IStreamBase<char> CString_IStream;
-
}
}
diff --git a/ACE/protocols/ace/INet/URLBase.h b/ACE/protocols/ace/INet/URLBase.h
index c9a5ccdd85e..e6efb596a92 100644
--- a/ACE/protocols/ace/INet/URLBase.h
+++ b/ACE/protocols/ace/INet/URLBase.h
@@ -238,7 +238,6 @@ namespace ACE
static authenticator_map authenticators_;
};
-
}
}
diff --git a/ACE/protocols/ace/RMCast/Acknowledge.cpp b/ACE/protocols/ace/RMCast/Acknowledge.cpp
index a07977a6076..bd617f220fe 100644
--- a/ACE/protocols/ace/RMCast/Acknowledge.cpp
+++ b/ACE/protocols/ace/RMCast/Acknowledge.cpp
@@ -116,7 +116,6 @@ namespace ACE_RMCast
Message_ptr m (new Message);
m->add (nrtm);
msgs.push_back (m);
-
}
}
}
diff --git a/ACE/protocols/ace/RMCast/Link.cpp b/ACE/protocols/ace/RMCast/Link.cpp
index b2bef9723a8..fb5bc709de3 100644
--- a/ACE/protocols/ace/RMCast/Link.cpp
+++ b/ACE/protocols/ace/RMCast/Link.cpp
@@ -51,7 +51,6 @@ namespace ACE_RMCast
ssock_.get_option (SOL_SOCKET, SO_RCVBUF, &r, &s);
//cerr << 5 << "send buffer size: " << r << endl;
-
}
// Bind address and port.
diff --git a/ACE/protocols/ace/RMCast/Protocol.h b/ACE/protocols/ace/RMCast/Protocol.h
index 2758c2656db..9bbd6ee49e7 100644
--- a/ACE/protocols/ace/RMCast/Protocol.h
+++ b/ACE/protocols/ace/RMCast/Protocol.h
@@ -1077,7 +1077,6 @@ namespace ACE_RMCast
os << sn;
os << addr;
os << port;
-
}
}