changeset 3208 | 1a754d09c4ba |
parent 3193 | 72be532011a3 |
child 4502 | 07d34c0d8d18 |
--- a/src/common/tag.h Mon Jun 02 10:51:55 2008 -0700 +++ b/src/common/tag.h Tue Jun 03 16:20:17 2008 -0700 @@ -61,6 +61,13 @@ * Tag::Serialize. */ virtual void Deserialize (TagBuffer i) = 0; + + /** + * \param os the stream to print to + * + * This method is typically invoked from the Packet::PrintTags method + */ + virtual void Print (std::ostream &os) const = 0; }; } // namespace ns3