diff options
Diffstat (limited to 'src/HTTP')
-rw-r--r-- | src/HTTP/HTTPServer.cpp | 2 | ||||
-rw-r--r-- | src/HTTP/HTTPServer.h | 2 | ||||
-rw-r--r-- | src/HTTP/SslHTTPServerConnection.cpp | 2 | ||||
-rw-r--r-- | src/HTTP/SslHTTPServerConnection.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/HTTP/HTTPServer.cpp b/src/HTTP/HTTPServer.cpp index 24c09aa38..aff2331a6 100644 --- a/src/HTTP/HTTPServer.cpp +++ b/src/HTTP/HTTPServer.cpp @@ -1,4 +1,4 @@ - + // HTTPServer.cpp // Implements the cHTTPServer class representing a HTTP webserver that uses cListenThread and cSocketThreads for processing diff --git a/src/HTTP/HTTPServer.h b/src/HTTP/HTTPServer.h index a2d5d84fc..a70d41069 100644 --- a/src/HTTP/HTTPServer.h +++ b/src/HTTP/HTTPServer.h @@ -1,4 +1,4 @@ - + // HTTPServer.h // Declares the cHTTPServer class representing a HTTP webserver that uses cListenThread and cSocketThreads for processing diff --git a/src/HTTP/SslHTTPServerConnection.cpp b/src/HTTP/SslHTTPServerConnection.cpp index 99fb1b956..20554708a 100644 --- a/src/HTTP/SslHTTPServerConnection.cpp +++ b/src/HTTP/SslHTTPServerConnection.cpp @@ -1,4 +1,4 @@ - + // SslHTTPConnection.cpp // Implements the cSslHTTPServerConnection class representing a HTTP connection made over a SSL link diff --git a/src/HTTP/SslHTTPServerConnection.h b/src/HTTP/SslHTTPServerConnection.h index 894a2cc4a..6fd3ff309 100644 --- a/src/HTTP/SslHTTPServerConnection.h +++ b/src/HTTP/SslHTTPServerConnection.h @@ -1,4 +1,4 @@ - + // SslHTTPServerConnection.h // Declares the cSslHTTPServerConnection class representing a HTTP connection made over an SSL link |