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

Detailed Description
Definition at line 133 of file rpcmsg.h.
Public Member Functions | |
| virtual void | apply (DHT *dh_table) |
| virtual void | encode (QByteArray &arr) |
| ErrMsg (Uint8 mtid, const Key &id, const QString &msg) | |
| virtual void | print () |
| virtual | ~ErrMsg () |
Constructor & Destructor Documentation
| dht::ErrMsg::~ErrMsg | ( | ) | [virtual] |
Definition at line 666 of file rpcmsg.cpp.
Member Function Documentation
| void dht::ErrMsg::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 669 of file rpcmsg.cpp.
| void dht::ErrMsg::encode | ( | QByteArray & | arr | ) | [virtual] |
BEncode the message.
- Parameters:
-
arr Data array
Implements dht::MsgBase.
Definition at line 679 of file rpcmsg.cpp.
| void dht::ErrMsg::print | ( | ) | [virtual] |
Print the message for debugging purposes.
Implements dht::MsgBase.
Definition at line 674 of file rpcmsg.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference