lp-packet-header-field.hpp
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
22 #ifndef NDN_LP_PACKET_HEADER_FIELD_HPP
23 #define NDN_LP_PACKET_HEADER_FIELD_HPP
24 
25 namespace ndn {
26 
32 public:
36  virtual ~LpPacketHeaderField();
37 };
38 
39 }
40 
41 #endif
Copyright (C) 2013-2016 Regents of the University of California.
Definition: common.hpp:35
virtual ~LpPacketHeaderField()
The virtual destructor for the base class.
Definition: lp-packet.cpp:31
This is a base class for LP packet header fields like NetworkNack.
Definition: lp-packet-header-field.hpp:31