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/OSGBinarySwapComposer.cpp

    r835 r852  
    9090/*----------------------------- class specific ----------------------------*/ 
    9191 
    92 void BinarySwapComposer::changed(ConstFieldMaskArg whichField, UInt32 origin) 
    93 
    94     Inherited::changed(whichField, origin); 
     92void BinarySwapComposer::changed(ConstFieldMaskArg whichField,  
     93                                 UInt32            origin, 
     94                                 BitVector         details) 
     95
     96    Inherited::changed(whichField, origin, details); 
    9597} 
    9698