Changeset 404 in vbox
- Timestamp:
- Jan 28, 2007 9:06:18 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/table/avl_Base.cpp.h
r402 r404 147 147 * Internal Functions * 148 148 *******************************************************************************/ 149 inline voidKAVL_FN(Rebalance)(PKAVLSTACK pStack);149 DECLINLINE(void) KAVL_FN(Rebalance)(PKAVLSTACK pStack); 150 150 151 151 … … 381 381 * END 382 382 */ 383 inline voidKAVL_FN(Rebalance)(PKAVLSTACK pStack)383 DECLINLINE(void) KAVL_FN(Rebalance)(PKAVLSTACK pStack) 384 384 { 385 385 while (pStack->cEntries > 0)
Note:
See TracChangeset
for help on using the changeset viewer.