Changeset 36555 in vbox for trunk/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h
- Timestamp:
- Apr 5, 2011 12:34:09 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h
r28800 r36555 44 44 * @remark This implementation should be speeded up slightly! 45 45 */ 46 RTDECL(PKAVLNODECORE) KAVL_FN(RemoveBestFit)(PPKAVLNODECORE ppTree, KAVLKEY Key, bool fAbove)46 KAVL_DECL(PKAVLNODECORE) KAVL_FN(RemoveBestFit)(PPKAVLNODECORE ppTree, KAVLKEY Key, bool fAbove) 47 47 { 48 48 /*
Note:
See TracChangeset
for help on using the changeset viewer.