merge in raj's dispose early work

This commit is contained in:
Mathieu Lacage
2007-05-02 09:10:19 +02:00
parent 4206fd3bce
commit 9eaf9191d8
8 changed files with 36 additions and 0 deletions

View File

@@ -87,6 +87,10 @@ Node::GetNDevices (void) const
return m_devices.size ();
}
void Node::Dispose()
{
}
// Node stack creation and management routines.
Node* Node::Create()
{