summaryrefslogtreecommitdiff
path: root/networkPrefix.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-29 15:30:37 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-29 15:30:37 +0000
commitcc7a7761e83f762ed00df3a38cececd37a3b8170 (patch)
tree5e34610721c8044111a1e01402b37faade32b82f /networkPrefix.h
parentnetworp prefix (diff)
changed networkPrefix Constructor
Diffstat (limited to 'networkPrefix.h')
-rw-r--r--networkPrefix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkPrefix.h b/networkPrefix.h
index fac1b08..c8211ea 100644
--- a/networkPrefix.h
+++ b/networkPrefix.h
@@ -42,7 +42,7 @@ class NetworkPrefix : public NetworkAddress
{
public:
NetworkPrefix();
- NetworkPrefix(const NetworkAddress &);
+ NetworkPrefix(const NetworkAddress &, uint8_t length);
NetworkPrefix(const NetworkPrefix &);
void setNetworkPrefixLength(uint8_t length );
uint8_t getNetworkPrefixLength();