Skip to content

Commit d2d0c8a

Browse files
deanberrisglynos
authored andcommitted
Adding missing client.cpp
1 parent e09356f commit d2d0c8a

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_LIB defined.
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)