make the Node API more consistent

This commit is contained in:
Mathieu Lacage
2007-05-13 11:30:15 +02:00
parent 1f454dd36e
commit 88c5dfecb0
4 changed files with 10 additions and 3 deletions

View File

@@ -51,6 +51,12 @@ Node::Node(uint32_t sid)
Node::~Node ()
{}
TraceResolver *
Node::CreateTraceResolver (TraceContext const &context)
{
return DoCreateTraceResolver (context);
}
uint32_t
Node::GetId (void) const
{