#include <evaimreceive.h>
Inherits OutPacket.
Inheritance diagram for ReceiveIMReplyPacket:


Public Member Functions | |
| ReceiveIMReplyPacket () | |
| ReceiveIMReplyPacket (const char *key) | |
| ReceiveIMReplyPacket (const ReceiveIMReplyPacket &rhs) | |
| virtual | ~ReceiveIMReplyPacket () |
| virtual OutPacket * | copy () |
| ReceiveIMReplyPacket & | operator= (const ReceiveIMReplyPacket &rhs) |
| const char * | getReplyKey () const |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| char | replyKey [REPLY_KEY_LENGTH] |
Definition at line 162 of file evaimreceive.h.
|
|
Definition at line 165 of file evaimreceive.h. Referenced by copy(). |
|
|
Definition at line 375 of file evaimreceive.cpp. References replyKey. |
|
|
Definition at line 381 of file evaimreceive.cpp. References getReplyKey(), REPLY_KEY_LENGTH, and replyKey. Here is the call graph for this function: ![]() |
|
|
Definition at line 168 of file evaimreceive.h. |
|
|
Definition at line 170 of file evaimreceive.h. References ReceiveIMReplyPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 173 of file evaimreceive.h. References replyKey. Referenced by operator=(), and ReceiveIMReplyPacket(). |
|
|
Definition at line 387 of file evaimreceive.cpp. References getReplyKey(), REPLY_KEY_LENGTH, and replyKey. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 394 of file evaimreceive.cpp. References REPLY_KEY_LENGTH, and replyKey. |
|
|
Definition at line 178 of file evaimreceive.h. Referenced by getReplyKey(), operator=(), putBody(), and ReceiveIMReplyPacket(). |
1.4.4