Show
Ignore:
Timestamp:
07/26/07 21:33:19 (1 year ago)
Author:
vossg
Message:

changed : provide details during child → parent changed call

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortLast/OSGPipelineComposer.cpp

    r835 r852  
    119119/*----------------------------- class specific ----------------------------*/ 
    120120 
    121 void PipelineComposer::changed(ConstFieldMaskArg whichField, UInt32 origin) 
    122 
    123     Inherited::changed(whichField, origin); 
     121void PipelineComposer::changed(ConstFieldMaskArg whichField,  
     122                               UInt32            origin, 
     123                               BitVector         details) 
     124
     125    Inherited::changed(whichField, origin, details); 
    124126} 
    125127