Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b6ea5a

Browse files
committed
Fix order of members
1 parent770858b commit4b6ea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/server/options.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ struct server_options {
112112
boost::shared_ptr<utils::thread_pool>thread_pool()const {return thread_pool_; }
113113
boost::shared_ptr<boost::asio::ssl::context>context()const {return context_; }
114114
private:
115-
boost::shared_ptr<boost::asio::ssl::context> context_;
116115
boost::shared_ptr<boost::asio::io_service> io_service_;
117116
Handler &handler_;
118117
string_type address_;
@@ -127,6 +126,7 @@ struct server_options {
127126
boost::optional<boost::asio::socket_base::receive_low_watermark> receive_low_watermark_;
128127
boost::optional<boost::asio::socket_base::send_low_watermark> send_low_watermark_;
129128
boost::shared_ptr<utils::thread_pool> thread_pool_;
129+
boost::shared_ptr<boost::asio::ssl::context> context_;
130130
};
131131

132132
template<classTag,classHandler>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp