src/node/node.h
changeset 1401 96a21130865c
parent 1383 12f30b7defb4
child 1403 0286b806eee1
--- a/src/node/node.h	Thu Aug 30 14:25:09 2007 +0200
+++ b/src/node/node.h	Thu Aug 30 14:35:44 2007 +0200
@@ -44,7 +44,7 @@
   NodeNetDeviceIndex (uint32_t index);
   uint32_t Get (void) const;
   void Print (std::ostream &os) const;
-  std::string GetName (void) const;
+  std::string GetTypeName (void) const;
   static uint16_t GetUid (void);
 private:
   uint32_t m_index;