From 857706f0ce1312da3aa2e10ed6ad84cad9645d6c Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 27 Feb 2008 18:36:54 +0000 Subject: added network prefix --- networkAddress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networkAddress.h') diff --git a/networkAddress.h b/networkAddress.h index cbb483d..371abf2 100644 --- a/networkAddress.h +++ b/networkAddress.h @@ -53,9 +53,9 @@ public: void setNetworkAddress(const network_address_type_t type, const char * address ); void getNetworkAddress(const char *); network_address_type_t getNetworkAddressType(); + bool operator<(const NetworkAddress &s) const; private: - bool operator<(const NetworkAddress &s) const; Mutex mutex_; in_addr ipv4_address_; in6_addr ipv6_address_; -- cgit v1.2.3