#include "Qt.h" [code]
#include "QueryRoutingPatch.h" [code]
Include dependency graph for QueryRoutingPatch.cpp:

Go to the source code of this file.
Enumerations | |
| enum | Constants { MinimalPayloadLength = 5 } |
Functions | |
| QDataStream & | operator>> (QDataStream &in, QueryRoutingPatch::Compressor &compressor) |
| Reads a Gnutella QueryRoutingPatch packet compressor from a QDataStream. | |
| QDataStream & | operator<< (QDataStream &out, const QueryRoutingPatch::Compressor &compressor) |
| Writes a Gnutella Qrp patch packet compressor into a QDataStream. | |
|
|
Definition at line 28 of file QueryRoutingPatch.cpp. |
|
||||||||||||
|
Writes a Gnutella Qrp patch packet compressor into a QDataStream.
Definition at line 47 of file QueryRoutingPatch.cpp. |
|
||||||||||||
|
Reads a Gnutella QueryRoutingPatch packet compressor from a QDataStream.
Definition at line 36 of file QueryRoutingPatch.cpp. |