Changeset 34 for trunk/include/k/kAvlTmpl
- Timestamp:
 - Nov 8, 2009, 8:38:40 PM (16 years ago)
 - Location:
 - trunk/include/k/kAvlTmpl
 - Files:
 - 
      
- 2 edited
 
- 
          
  kAvlGetWithParent.h (modified) (1 diff)
 - 
          
  kAvlRemove2.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/k/kAvlTmpl/kAvlGetWithParent.h
r29 r34 58 58 } 59 59 60 KAVL_ UNLOCK(pRoot);60 KAVL_READ_UNLOCK(pRoot); 61 61 62 62 *ppParent = pParent;  - 
      
trunk/include/k/kAvlTmpl/kAvlRemove2.h
r29 r34 39 39 * easier to manage. 40 40 */ 41 KAVL_DECL(KAVLNODE *) KAVL_FN(Remove2)(KAVL TROOT *pRoot, KAVLNODE *pNode)41 KAVL_DECL(KAVLNODE *) KAVL_FN(Remove2)(KAVLROOT *pRoot, KAVLNODE *pNode) 42 42 { 43 43 #ifdef KAVL_EQUAL_ALLOWED … … 79 79 * insert the first duplicate in our place. 80 80 */ 81 if (pNode->mpList == KAVL_N ODE)81 if (pNode->mpList == KAVL_NULL) 82 82 { 83 83 KAVL_WRITE_UNLOCK(pRoot);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  