- 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

@ -31,6 +31,7 @@
void *(*GetInterface)(void *self, int iInterfaceID);
IPair *pKeys;
pHdb parNode;
char *creationCommand; /* NULL when a static object */
} ObjectDescriptor, *pObjectDescriptor;
/*---------------------------------------------------------------------------*/