- Fixed a couple of Hipadaba Issues

- Added properties to Hipadaba Nodes
- Made Morpheus Hipadaba aware and implemented scans
  for Morpheus and Hipadaba


SKIPPED:
	psi/tecs/make_crv
This commit is contained in:
koennecke
2007-01-18 04:58:50 +00:00
parent b79958a864
commit 60c2b58c95
12 changed files with 307 additions and 37 deletions

View File

@ -75,12 +75,13 @@
return pNew;
}
/*------------------------------------------------------------------------*/
void DeleteStringDict(pStringDict self)
void DeleteStringDict(pStringDict self)
{
int iRet;
SDE sVal;
assert(self);
iRet = LLDnodePtr2First(self->iList);
while(iRet != 0)
{