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

@@ -52,6 +52,7 @@ public:
bool IsDequeue (void) const;
bool IsDrop (void) const;
void Print (std::ostream &os) const;
std::string GetName (void) const;
private:
enum Type m_type;
};