- support for dynamic objects

This commit is contained in:
zolliker
2008-02-13 09:54:57 +00:00
parent f723000564
commit 5ee27af961
4 changed files with 127 additions and 24 deletions

View File

@ -71,6 +71,7 @@
pRes->parNode = NULL;
pRes->SaveStatus = DefaultSave;
pRes->GetInterface = DefaultGetInterface;
pRes->creationCommand = NULL;
return pRes;
}
/*---------------------------------------------------------------------------*/