Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions certain/network/InetAddr.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct InetAddr_t
return tAddr.sin_port < tOtherAddr.sin_port;
}

return true;
return false;
}

InetAddr_t()
Expand Down Expand Up @@ -85,7 +85,7 @@ struct InetAddr_t
return acBuffer;
}

uint32_t GetNetOrderIP()
uint32_t GetNetOrderIP() const
{
return tAddr.sin_addr.s_addr;
}
Expand Down