src/internet-node/arp-l3-protocol.h
changeset 2251 04963d8cca51
parent 2250 18f432098389
child 2498 e01570293b98
equal deleted inserted replaced
2250:18f432098389 2251:04963d8cca51
    38  * \brief An implementation of the ARP protocol
    38  * \brief An implementation of the ARP protocol
    39  */
    39  */
    40 class ArpL3Protocol : public Object
    40 class ArpL3Protocol : public Object
    41 {
    41 {
    42 public:
    42 public:
    43   static TypeId iid (void);
    43   static TypeId GetTypeId (void);
    44   static const uint16_t PROT_NUMBER;
    44   static const uint16_t PROT_NUMBER;
    45   /**
    45   /**
    46    * \brief Constructor
    46    * \brief Constructor
    47    * \param node The node which this ARP object is associated with
    47    * \param node The node which this ARP object is associated with
    48    */
    48    */