Skip to content

Commit b6fbc1f

Browse files
Remove member exports from message_base
1 parent 7bd47a4 commit b6fbc1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/boost/http_proto/message_base.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class BOOST_HTTP_PROTO_DECL message_base
126126
127127
@param n The payload size to set.
128128
*/
129-
BOOST_HTTP_PROTO_DECL
129+
130130
void
131131
set_payload_size(
132132
std::uint64_t n);
@@ -143,7 +143,7 @@ class BOOST_HTTP_PROTO_DECL message_base
143143
144144
@param n The Content-Length to set.
145145
*/
146-
BOOST_HTTP_PROTO_DECL
146+
147147
void
148148
set_content_length(
149149
std::uint64_t n);
@@ -160,7 +160,7 @@ class BOOST_HTTP_PROTO_DECL message_base
160160
161161
@param value The value to set.
162162
*/
163-
BOOST_HTTP_PROTO_DECL
163+
164164
void
165165
set_chunked(bool value);
166166

@@ -182,7 +182,7 @@ class BOOST_HTTP_PROTO_DECL message_base
182182
183183
@param value The value to set.
184184
*/
185-
BOOST_HTTP_PROTO_DECL
185+
186186
void
187187
set_keep_alive(bool value);
188188
};

0 commit comments

Comments
 (0)