|
|
| 513 |
* Remove a tag from this packet. This method calls |
513 |
* Remove a tag from this packet. This method calls |
| 514 |
* Tag::Deserialize if the tag is found. |
514 |
* Tag::Deserialize if the tag is found. |
| 515 |
*/ |
515 |
*/ |
| 516 |
bool RemovePacketTag (Tag &tag); |
516 |
bool RemovePacketTag (Tag &tag) const; |
| 517 |
/** |
517 |
/** |
| 518 |
* \param tag the tag to search in this packet |
518 |
* \param tag the tag to search in this packet |
| 519 |
* \returns true if the requested tag is found, false |
519 |
* \returns true if the requested tag is found, false |