|
490 |
* Remove a tag from this packet. This method calls |
490 |
* Remove a tag from this packet. This method calls |
491 |
* Tag::Deserialize if the tag is found. |
491 |
* Tag::Deserialize if the tag is found. |
492 |
*/ |
492 |
*/ |
493 |
bool RemovePacketTag (Tag &tag); |
493 |
bool RemovePacketTag (Tag &tag) const; |
494 |
/** |
494 |
/** |
495 |
* \param tag the tag to search in this packet |
495 |
* \param tag the tag to search in this packet |
496 |
* \returns true if the requested tag is found, false |
496 |
* \returns true if the requested tag is found, false |