diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-29 16:18:29 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-29 16:18:29 -0400 |
| commit | 439e602d5a5712d1b33fb19d558d0e9fdf784703 (patch) | |
| tree | f6f5dcb2c76fd13e67106e3241373595730dc70a /node/PacketDecoder.hpp | |
| parent | a53cfc909638ea9eeb2bd477cee20d106f79bf6d (diff) | |
| download | infinitytier-439e602d5a5712d1b33fb19d558d0e9fdf784703.tar.gz infinitytier-439e602d5a5712d1b33fb19d558d0e9fdf784703.zip | |
Fix a bunch of errors due to minor method signature changes, still a work in progress.
Diffstat (limited to 'node/PacketDecoder.hpp')
| -rw-r--r-- | node/PacketDecoder.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp index 1cd1dca7..51408ba5 100644 --- a/node/PacketDecoder.hpp +++ b/node/PacketDecoder.hpp @@ -122,7 +122,7 @@ private: bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doMULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); - bool _doNETWORK_PERMISSION_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); + bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); |
