Ejemplo n.º 1
0
HSolidModel::~HSolidModel()
{
	// Model cleanup : delete all the entities from the 
	// partition associated with this model
	DeleteAllEntities();
#ifdef INTEROP
	delete iop_fio;
#endif // INTEROP
}
Ejemplo n.º 2
0
EntityManager::~EntityManager()
{
	DeleteAllEntities();
}