1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Rename these to make more sense.

This commit is contained in:
Darryl Pogue
2012-03-26 16:14:17 -07:00
parent 4737e791cb
commit fbc6e33f7d
2 changed files with 8 additions and 8 deletions

View File

@ -95,10 +95,10 @@ public:
bool SetPort(uint16_t port);
uint32_t GetHost() const;
uint32_t GetHostBE() const;
uint32_t GetHostLE() const;
bool SetHost(const char* hostname);
bool SetHost(uint32_t ip4addr);
bool SetHostBE(uint32_t addr);
bool SetHostLE(uint32_t addr);
const AddressType& GetAddressInfo() const { return fAddr; }
AddressType& GetAddressInfo() { return fAddr; }