GetName -> GetTypeName

This commit is contained in:
Mathieu Lacage
2007-08-30 14:35:44 +02:00
parent 62df1e933b
commit 3330ba77b1
19 changed files with 246 additions and 41 deletions

View File

@@ -44,7 +44,7 @@ public:
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;