diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-28 17:09:06 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-28 17:09:06 +0000 |
commit | 62c4bf0fd2b504798c120284958105681f9e20f6 (patch) | |
tree | e04cbc56baf28864313da2a26eb4cb43b43fe920 /networkPrefix.cpp | |
parent | reduced routing sync overhead (diff) |
further routing fixes
Diffstat (limited to 'networkPrefix.cpp')
-rw-r--r-- | networkPrefix.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/networkPrefix.cpp b/networkPrefix.cpp index 5d7ac49..ee6d9e9 100644 --- a/networkPrefix.cpp +++ b/networkPrefix.cpp @@ -33,6 +33,11 @@ #include "networkPrefix.h" + +NetworkPrefix::NetworkPrefix(): NetworkAddress(),length_(0) +{ +} + NetworkPrefix::NetworkPrefix(const NetworkAddress & src): NetworkAddress(src),length_(0) { } |