added some extra interfaces for heap support, and the code structures defined

in the IDL files necessitated some refinements to the PIDL parser and code
generator
This commit is contained in:
Eric J. Bowersox
2013-05-07 02:42:36 -06:00
parent e316553b81
commit 983d6f7f31
9 changed files with 271 additions and 12 deletions

View File

@@ -47,4 +47,6 @@
*/
#include <comrogue/object_types.h>
#include <comrogue/objectbase.h>
#include <comrogue/connpoint.h>
#include <comrogue/stream.h>
#include <comrogue/allocator.h>