2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
6 #ifndef OPERATIONCLASS_H
7 # define OPERATIONCLASS_H
9 # define OPM_Execute TAG_USER+5001
11 struct OperationClassData
18 STACKED ULONG MethodID
;
19 STACKED Object
*target
;
20 STACKED ULONG operationCode
;