#include <finished.h>
Inheritance diagram for TPProto::FinishedFrame:

Public Member Functions | |
| FinishedFrame () | |
| Default constructor. | |
| virtual | ~FinishedFrame () |
| Required virtual destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack this FinishedFrame Frame into a Buffer. | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack from a Buffer, always false. | |
| void TPProto::FinishedFrame::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack this FinishedFrame Frame into a Buffer.
| buf | The Buffer to pack into. |
Implements TPProto::Frame.
| bool TPProto::FinishedFrame::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack from a Buffer, always false.
Since FinishedFrame frames are only sent to the server, we should not receive them and therefore this method always returns false.
| buf | The Buffer, ignored. |
Implements TPProto::Frame.
1.5.1