Show
Ignore:
Timestamp:
12/03/07 15:48:13 (1 year ago)
Author:
cneumann
Message:

fixed: compile errors

reference counting


It compiles on linux (when disabling the VRML Loader) and the first
ref counting tests seem to work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGChangeList.inl

    r835 r1030  
    121121    if(_uiAspect != Thread::getCurrentAspect()) 
    122122    { 
    123         fprintf(stderr, "ChangeList::clear aspects don't match %d %d\n", 
    124                 _uiAspect, Thread::getCurrentAspect()); 
     123        FWARNING(("ChangeList::clear: Aspects don't match %d %d\n", 
     124                  _uiAspect, Thread::getCurrentAspect())); 
    125125         
    126126        return; 
     
    174174} 
    175175 
    176 inline 
    177 void ChangeList::incSubRefLevel(void) 
    178 { 
    179     ++_iSubRefLevel; 
    180 } 
    181  
    182 inline 
    183 void ChangeList::decSubRefLevel(void) 
    184 { 
    185     --_iSubRefLevel; 
    186 } 
    187  
    188176inline  
    189177void commitChanges(void)