- 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:
@ -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.
|
||||
|
Reference in New Issue
Block a user