Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2017-07-18 13:11:07 +0300
committereidheim <eidheim@gmail.com>2017-07-18 13:11:07 +0300
commit56111e0dbb1d47bd2edb4996fd47e1da2cfe0b4e (patch)
tree4c7798219e206ca968daa80493fb4d9ca037f85d /client_wss.hpp
parent59eb0230a9f78cd67d76bfafc115ecef6d45e771 (diff)
Removed deprecated functions/variables
Diffstat (limited to 'client_wss.hpp')
-rw-r--r--client_wss.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/client_wss.hpp b/client_wss.hpp
index dd99164..0be38b7 100644
--- a/client_wss.hpp
+++ b/client_wss.hpp
@@ -9,7 +9,6 @@
#include <boost/asio/ssl.hpp>
#endif
-
namespace SimpleWeb {
typedef asio::ssl::stream<asio::ip::tcp::socket> WSS;
@@ -73,4 +72,4 @@ namespace SimpleWeb {
};
} // namespace SimpleWeb
-#endif /* CLIENT_WSS_HPP */ \ No newline at end of file
+#endif /* CLIENT_WSS_HPP */