add TraceContextElement::GetName method

This commit is contained in:
Mathieu Lacage
2007-08-27 14:59:50 +02:00
parent 669ce539dd
commit 90c8be1fa3
17 changed files with 70 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
NodeNetDeviceIndex (uint32_t index);
uint32_t Get (void) const;
void Print (std::ostream &os) const;
std::string GetName (void) const;
static uint16_t GetUid (void);
private:
uint32_t m_index;