2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
6 #ifndef ICONCONTAINER_OBSERVER_H
7 # define ICONCONTAINER_OBSERVER_H
11 # define ICOA_Directory TAG_USER+1
12 # define ICOA_InTree TAG_USER+2
14 # define ICOM_AddIcons TAG_USER+12
16 struct IconContainerObserverClassData
20 // this lock is ONLY valid before the object is added
21 // to the application tree - that is, before OA_InTree
22 // is set to TRUE, and before a scan request message is
23 // sent to the handler. The lock will be unlocked when
24 // the handler deems that scanning is complete.
33 struct SingleResult
*wsr_ResultsArray
;