Added a proxy in Output for getting the host (by Erik Zandvliet)
This commit is contained in:
parent
2d78e1e5f1
commit
d56e7f1408
7 changed files with 21 additions and 7 deletions
|
@ -606,7 +606,7 @@ bool Socket::Connection::iwrite(std::string & buffer) {
|
|||
} //iwrite
|
||||
|
||||
/// Gets hostname for connection, if available.
|
||||
std::string Socket::Connection::getHost() {
|
||||
std::string Socket::Connection::getHost() const {
|
||||
return remotehost;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue