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

Commita8d0d57

Browse files
committed
Merge pull request#3 from glynos/0.9-devel
0.9 devel
2 parentsfc7ce3b +ced0a50 commita8d0d57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

‎boost/network/protocol/http/client/connection/normal_delegate.hpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// http://www.boost.org/LICENSE_1_0.txt)
99

1010
#include<boost/network/protocol/http/client/connection/connection_delegate.hpp>
11+
#include<boost/scoped_ptr.hpp>
12+
#include<boost/asio/placeholders.hpp>
1113

1214
namespaceboost {namespacenetwork {namespacehttp {namespaceimpl {
1315

‎boost/network/protocol/http/client/connection/ssl_delegate.ipp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// http://www.boost.org/LICENSE_1_0.txt)
99

1010
#include<boost/network/protocol/http/client/connection/ssl_delegate.hpp>
11+
#include<boost/bind.hpp>
1112

1213
boost::network::http::impl::ssl_delegate::ssl_delegate(asio::io_service & service,
1314
optional<std::string> certificate_filename,

‎libs/network/test/http/client_get_streaming_test.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2011 Dean Michael Berris &lt;mikhailberis@gmail.com&gt;.
1+
// Copyright 2011 Dean Michael Berris &lt;mikhailberis@gmail.com&gt;.
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)
@@ -43,6 +43,6 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(http_client_get_streaming_test, client, async_only
4343
BOOST_CHECK_EQUAL ( response.status_message(),std::string("OK") );
4444
dummy_body =body(response);
4545
}
46-
BOOST_CHECK ( dummy_body ==typenameclient::string_type() );
46+
BOOST_CHECK ( dummy_body ==typenameclient::string_type() );
4747
}
4848

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp