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

Commit63b3b7b

Browse files
committed
Update request.hpp
1 parent5eb7289 commit63b3b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎boost/network/protocol/http/impl/request.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ struct basic_request : public basic_message<Tag> {
113113

114114
boost::network::uri::uriconst&uri()const {return uri_; }
115115

116-
voidsetSourcePort(constunsignedshort port) { source_port_ = port; }
116+
voidsource_port(constunsignedshort port) { source_port_ = port; }
117117

118-
unsignedshortgetSourcePort()const {return source_port_; }
118+
unsignedshortsource_port()const {return source_port_; }
119119
};
120120

121121
/** This is the implementation of a POD request type

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp