kget
dht::AnnounceRsp Class Reference
#include <rpcmsg.h>
Inheritance diagram for dht::AnnounceRsp:

Detailed Description
Definition at line 268 of file rpcmsg.h.
Public Member Functions | |
| AnnounceRsp (Uint8 mtid, const Key &id) | |
| virtual void | apply (DHT *dh_table) |
| virtual void | encode (QByteArray &arr) |
| virtual void | print () |
| virtual | ~AnnounceRsp () |
Constructor & Destructor Documentation
| dht::AnnounceRsp::AnnounceRsp | ( | Uint8 | mtid, | |
| const Key & | id | |||
| ) |
| dht::AnnounceRsp::~AnnounceRsp | ( | ) | [virtual] |
Definition at line 630 of file rpcmsg.cpp.
Member Function Documentation
| void dht::AnnounceRsp::apply | ( | DHT * | dh_table | ) | [virtual] |
When this message arrives this function will be called upon the DHT.
The message should then call the appropriate DHT function (double dispatch)
- Parameters:
-
dh_table Pointer to DHT
Implements dht::MsgBase.
Definition at line 632 of file rpcmsg.cpp.
| void dht::AnnounceRsp::encode | ( | QByteArray & | arr | ) | [virtual] |
BEncode the message.
- Parameters:
-
arr Data array
Implements dht::MsgBase.
Definition at line 643 of file rpcmsg.cpp.
| void dht::AnnounceRsp::print | ( | ) | [virtual] |
Print the message for debugging purposes.
Implements dht::MsgBase.
Definition at line 637 of file rpcmsg.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference