From 0fbddcb83a4a3f79da8ba01d593f4064f0ce26ac Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 27 Feb 2008 21:25:34 +0000 Subject: added mux support and routing table --- networkPrefix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'networkPrefix.h') diff --git a/networkPrefix.h b/networkPrefix.h index 93ce386..e11f6e7 100644 --- a/networkPrefix.h +++ b/networkPrefix.h @@ -39,6 +39,7 @@ class NetworkPrefix : public NetworkAddress { public: + NetworkPrefix(const NetworkAddress &); void setNetworkPrefixLength(uint8_t length ); uint8_t getNetworkPrefixLength(); bool operator<(const NetworkPrefix &s) const; -- cgit v1.2.3