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

Commit4834464

Browse files
author
Dean Michael Berris
committed
Fixing license corruption and adding note to fix the tags file for later.
1 parent030de04 commit4834464

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎boost/network/tags.hpp‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Copyright Dean Michael Berris 2008, 2009.
22
// Glyn Matthews 2009
33
// Distributed under the Boost Software License, Version 1.0.
4-
// (See accompanying fileLICENSEmpl::placeholders::_1_0.txt or copy at
5-
// http://www.boost.org/LICENSEmpl::placeholders::_1_0.txt)
4+
// (See accompanying fileLICENSE_1_0.txt or copy at
5+
// http://www.boost.org/LICENSE_1_0.txt)
66

77

88
#ifndef BOOST_NETWORK_TAG_INCLUDED_20100808
9-
#defineBOOST_NETWORK_TAG_INCLUDED_20100808
9+
#defineBOOST_NETWORK_TAG_INCLUDED_20100808
1010

1111
#include<boost/mpl/vector.hpp>
1212
#include<boost/mpl/inherit.hpp>
@@ -25,14 +25,15 @@ namespace boost { namespace network { namespace tags {
2525
structdefault_string {int unused; };
2626
structdefault_wstring {int unused; };
2727

28+
// FIXME move out these HTTP-only tags into different files
29+
2830
typedef mpl::vector<http, simple, sync, tcp, default_string> http_default_8bit_tcp_resolve_tags;
2931
typedef mpl::vector<http, simple, sync, udp, default_string> http_default_8bit_udp_resolve_tags;
3032
typedef mpl::vector<http, keepalive, sync, tcp, default_string> http_keepalive_8bit_tcp_resolve_tags;
3133
typedef mpl::vector<http, keepalive, sync, udp, default_string> http_keepalive_8bit_udp_resolve_tags;
32-
33-
typedef mpl::vector<http, simple, sync, default_string> http_server_tags;
3434
typedef mpl::vector<http, simple, async, udp, default_string> http_async_8bit_udp_resolve_tags;
3535
typedef mpl::vector<http, simple, async, tcp, default_string> http_async_8bit_tcp_resolve_tags;
36+
typedef mpl::vector<http, simple, sync, default_string> http_server_tags;
3637

3738
template<classTag>
3839
structcomponents;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp