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

Commitfc7ce3b

Browse files
committed
Adding missing client.cpp
1 parent5a5cff3 commitfc7ce3b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎libs/network/src/client.cpp‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
// Copyright 2011 Dean Michael Berris (dberris@google.com).
3+
// Copyright 2011 Google, Inc.
4+
// Distributed under the Boost Software License, Version 1.0.
5+
// (See accompanying file LICENSE_1_0.txt or copy at
6+
// http://www.boost.org/LICENSE_1_0.txt)
7+
8+
#ifdef BOOST_NETWORK_NO_LIB
9+
#warn Building the library even with BOOST_NETWORK_NO_LIBdefined.
10+
#undef BOOST_NETWORK_NO_LIB
11+
#endif
12+
13+
#include<boost/network/protocol/http/client/connection/normal_delegate.ipp>
14+
15+
#ifdef BOOST_NETWORK_ENABLE_HTTPS
16+
#include<boost/network/protocol/http/client/connection/ssl_delegate.ipp>
17+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp