add TraceContextElement::GetName method
This commit is contained in:
@@ -50,6 +50,11 @@ NodeListIndex::Get (void) const
|
||||
{
|
||||
return m_index;
|
||||
}
|
||||
std::string
|
||||
NodeListIndex::GetName (void) const
|
||||
{
|
||||
return "NodeListIndex";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user