src/node/llc-snap-header.h
changeset 795 cd108c9817d0
parent 463 c2082308e01a
child 1126 06484dd65e76
--- a/src/node/llc-snap-header.h	Wed May 30 09:48:53 2007 +0200
+++ b/src/node/llc-snap-header.h	Wed May 30 10:03:15 2007 +0200
@@ -37,6 +37,7 @@
   uint16_t GetType (void);
 
 private:
+  virtual std::string DoGetName (void) const;
   virtual void PrintTo (std::ostream &os) const;
   virtual uint32_t GetSerializedSize (void) const;
   virtual void SerializeTo (Buffer::Iterator start) const;