19 #ifndef getDoubleArrayOperationDispatcher_HXX
20 #define getDoubleArrayOperationDispatcher_HXX
23 #include <extensionframework/libextensionframework_exports.h>
27 class getDoubleArrayOperationDispatcher;
28 class PropOperationDispatcher;
58 void getDoubleArrayPreConditions( METHOD_message_t* msgData,
int* num,
double** value, logical** isNull, logical* hasReadAccess )
const;
59 void getDoubleArrayPreActions( METHOD_message_t* msgData,
int* num,
double** value, logical** isNull, logical* hasReadAccess )
const;
60 void getDoubleArrayBaseAction( METHOD_message_t* msgData,
int* num,
double** value, logical** isNull, logical* hasReadAccess )
const;
61 void getDoubleArrayPostActions( METHOD_message_t* msgData,
int* num,
double** value, logical** isNull, logical* hasReadAccess )
const;
67 void execute( tag_t objTag, va_list args )
const;
78 #include <extensionframework/libextensionframework_undef.h>
79 #endif //getDoubleArrayOperationDispatcher_HXX