src/common/packet.h
changeset 2630 17b545238ab3
parent 2370 5f7ad186b798
child 2632 e7989e4c674a
equal deleted inserted replaced
2622:6440851b111a 2630:17b545238ab3
    72  * work and this work is described in the ns3::Tag API documentation.
    72  * work and this work is described in the ns3::Tag API documentation.
    73  *
    73  *
    74  * The performance aspects of the Packet API are discussed in 
    74  * The performance aspects of the Packet API are discussed in 
    75  * \ref packetperf
    75  * \ref packetperf
    76  */
    76  */
    77 class Packet : public ObjectBase {
    77 class Packet 
       
    78 {
    78 public:
    79 public:
    79   void Ref (void) const;
    80   void Ref (void) const;
    80   void Unref (void) const;
    81   void Unref (void) const;
    81 
    82 
    82   Ptr<Packet> Copy (void) const;
    83   Ptr<Packet> Copy (void) const;