src/internet-node/ipv4-l3-protocol.h
changeset 1364 7866d4dd9e64
parent 1341 f685d4bf320f
child 1383 12f30b7defb4
--- a/src/internet-node/ipv4-l3-protocol.h	Mon Aug 27 14:06:11 2007 +0200
+++ b/src/internet-node/ipv4-l3-protocol.h	Mon Aug 27 14:59:50 2007 +0200
@@ -59,6 +59,7 @@
   bool IsDrop (void) const;
   void Print (std::ostream &os) const;
   static uint16_t GetUid (void);
+  std::string GetName (void) const;
 private:
   enum Type m_type;
 };
@@ -71,6 +72,7 @@
   uint32_t Get (void) const;
   void Print (std::ostream &os) const;
   static uint16_t GetUid (void);
+  std::string GetName (void) const;
 private:
   uint32_t m_index;
 };