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

@@ -50,6 +50,11 @@ NodeListIndex::Get (void) const
{
return m_index;
}
std::string
NodeListIndex::GetName (void) const
{
return "NodeListIndex";
}
/**