diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 11:47:22 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 11:47:22 -0800 |
| commit | 56cfe1d603104784ec40d94d8ac689391ef2e0eb (patch) | |
| tree | 2a62a6b94e2a0702f3ecb373cbc4b9d5d2870a2d /node/IncomingPacket.hpp | |
| parent | 95e303d6f316e4a929d119a4255c79cca5a8a6e6 (diff) | |
| download | infinitytier-56cfe1d603104784ec40d94d8ac689391ef2e0eb.tar.gz infinitytier-56cfe1d603104784ec40d94d8ac689391ef2e0eb.zip | |
Strip out old Service code, add new service message type.
Diffstat (limited to 'node/IncomingPacket.hpp')
| -rw-r--r-- | node/IncomingPacket.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp index 2102d15e..25c076d4 100644 --- a/node/IncomingPacket.hpp +++ b/node/IncomingPacket.hpp @@ -125,7 +125,6 @@ private: bool _doMULTICAST_LIKE(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); - bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doMULTICAST_GATHER(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); bool _doMULTICAST_FRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer); |
