Skip to content

Commit ddbfba2

Browse files
committed
WIP: Gutting the message implementation...
1 parent 0e521d0 commit ddbfba2

File tree

23 files changed

+387
-999
lines changed

23 files changed

+387
-999
lines changed

boost/network/message/wrappers/body.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

2-
// Copyright Dean Michael Berris 2007.
2+
// Copyright 2011 Dean Michael Berris <dberris@google.com>.
3+
// Copyright 2011 Google, Inc.
34
// Distributed under the Boost Software License, Version 1.0.
45
// (See accompanying file LICENSE_1_0.txt or copy at
56
// http://www.boost.org/LICENSE_1_0.txt)
67

7-
#ifndef __NETWORK_MESSAGE_WRAPPERS_BODY_HPP__
8-
#define __NETWORK_MESSAGE_WRAPPERS_BODY_HPP__
8+
#ifndef BOOST_NETWORK_MESSAGE_WRAPPERS_BODY_HPP_20110930
9+
#define BOOST_NETWORK_MESSAGE_WRAPPERS_BODY_HPP_20110930
910

1011
#include <boost/range/iterator.hpp>
1112
#include <boost/optional.hpp>

boost/network/message/wrappers/source.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ namespace impl {
1616
struct source_wrapper {
1717
explicit source_wrapper(message_base & message_);
1818
operator std::string () const;
19+
private:
20+
message_base & message_;
1921
};
2022

2123
} // namespace impl

0 commit comments

Comments
 (0)