- Introduced a general Hipadaba table module and modified the four

circle codes to use it.
- Added to functions to histmem, getdelay and formattof,  to support new HM
- Removed obsolete mesure.*
This commit is contained in:
koennecke
2009-03-16 14:24:34 +00:00
parent 299ad44be3
commit 3e8b11675a
15 changed files with 948 additions and 2519 deletions

View File

@ -274,6 +274,13 @@ void AddHipadabaChild(pHdb parent, pHdb child, void *callData);
* @param node The node to delete.
*/
void DeleteNodeData(pHdb node);
/**
* Send a treechange message for node.
* @param node The node whose child list has changed
* @param calldata The connection or calldata associated with this operation.
*/
void SendTreeChangeMessage(pHdb node, void *callData);
/**
* delete a hipadaba node and all its children. Then invoke the tree
* change callback to notify listeners.