File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,8 @@ struct message_base {
40
40
41
41
} /* boost */
42
42
43
+ #ifdef BOOST_NETWORK_NO_LIB
44
+ #include < boost/network/message_base.ipp>
45
+ #endif
46
+
43
47
#endif /* BOOST_NETWORK_MESSAGE_BASE_HPP_20110910 */
Original file line number Diff line number Diff line change
1
+ #ifndef BOOST_NETWORK_MESSAGE_BASE_IPP_20111020
2
+ #define BOOST_NETWORK_MESSAGE_BASE_IPP_20111020
3
+
4
+ // Copyright 2011 Dean Michael Berris (dberris@google.com).
5
+ // Copyright 2011 Google, Inc.
6
+ // Distributed under the Boost Software License, Version 1.0.
7
+ // (See accompanying file LICENSE_1_0.txt or copy at
8
+ // http://www.boost.org/LICENSE_1_0.txt)
9
+
10
+ #include < boost/network/message_base.hpp>
11
+
12
+ namespace boost { namespace network {
13
+
14
+ message_base::~message_base () {
15
+ // This is never used, but is required even though message_base's destructor
16
+ // is a pure virtual one.
17
+ }
18
+
19
+ } /* network */
20
+
21
+ } /* boost */
22
+
23
+ #endif /* BOOST_NETWORK_MESSAGE_BASE_IPP_20111020 */
You can’t perform that action at this time.
0 commit comments