DirectoryContentsBrowser.st
changeset 9791 16490ee3c3a0
parent 9538 1c979c56c36b
child 9880 06f533cdb0c7
equal deleted inserted replaced
9790:315b287b4f3d 9791:16490ee3c3a0
  2541     ] do:[
  2541     ] do:[
  2542         self debugMessage:'sema wait'.
  2542         self debugMessage:'sema wait'.
  2543         timedOut := (changeSema waitWithTimeoutMs:(self class updateTaskCyleTime)) isNil.
  2543         timedOut := (changeSema waitWithTimeoutMs:(self class updateTaskCyleTime)) isNil.
  2544         self debugMessage:'timedOut:', timedOut asString.
  2544         self debugMessage:'timedOut:', timedOut asString.
  2545 
  2545 
  2546 "/        (self filterChangeFlag 
  2546         (self filterChangeFlag 
  2547 "/        or:[self sortBlockChangeFlag 
  2547         or:[self sortBlockChangeFlag 
  2548 "/        or:[self directoryChangeFlag
  2548         or:[self directoryChangeFlag
  2549 "/        or:[self directoryContentsChangeFlag]]]) ifTrue:[
  2549         or:[self directoryContentsChangeFlag]]]) ifTrue:[
  2550             accessLock critical:[
  2550             accessLock critical:[
  2551                 self updateWithTimeout:timedOut.
  2551                 self updateWithTimeout:timedOut.
  2552             ].
  2552             ].
  2553 "/        ].
  2553         ].
  2554     ].
  2554     ].
  2555 
  2555 
  2556     "Modified: / 09-07-2010 / 19:43:12 / cg"
  2556     "Modified: / 02-03-2011 / 23:00:02 / cg"
  2557 !
  2557 !
  2558 
  2558 
  2559 updateWithTimeout:timeOut
  2559 updateWithTimeout:timeOut
  2560 
  2560 
  2561 "/    Transcript showCR:'START'.
  2561 "/    Transcript showCR:'START'.
  3326 ! !
  3326 ! !
  3327 
  3327 
  3328 !DirectoryContentsBrowser class methodsFor:'documentation'!
  3328 !DirectoryContentsBrowser class methodsFor:'documentation'!
  3329 
  3329 
  3330 version
  3330 version
  3331     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.235 2010-08-10 12:08:54 sr Exp $'
  3331     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.236 2011-03-02 22:42:30 cg Exp $'
  3332 !
  3332 !
  3333 
  3333 
  3334 version_CVS
  3334 version_CVS
  3335     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.235 2010-08-10 12:08:54 sr Exp $'
  3335     ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.236 2011-03-02 22:42:30 cg Exp $'
  3336 ! !
  3336 ! !