We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb7289 commit 63b3b7bCopy full SHA for 63b3b7b
boost/network/protocol/http/impl/request.hpp
@@ -113,9 +113,9 @@ struct basic_request : public basic_message<Tag> {
113
114
boost::network::uri::uri const& uri() const { return uri_; }
115
116
- void setSourcePort(const unsigned short port) { source_port_ = port; }
+ void source_port(const unsigned short port) { source_port_ = port; }
117
118
- unsigned short getSourcePort() const { return source_port_; }
+ unsigned short source_port() const { return source_port_; }
119
};
120
121
/** This is the implementation of a POD request type
0 commit comments