19 #ifndef getLogicalOperationDispatcher_HXX
20 #define getLogicalOperationDispatcher_HXX
23 #include <extensionframework/libextensionframework_exports.h>
27 class getLogicalOperationDispatcher;
28 class PropOperationDispatcher;
58 void getLogicalPreConditions(METHOD_message_t* msgData, logical* value, logical* isNull, logical* hasReadAccess)
const;
59 void getLogicalPreActions(METHOD_message_t* msgData, logical* value, logical* isNull, logical* hasReadAccess)
const;
60 void getLogicalBaseAction(METHOD_message_t* msgData, logical* value, logical* isNull, logical* hasReadAccess)
const;
61 void getLogicalPostActions(METHOD_message_t* msgData, logical* value, logical* isNull, logical* hasReadAccess)
const;
67 void execute( tag_t objTag, va_list args )
const;
78 #include <extensionframework/libextensionframework_undef.h>
79 #endif //getLogicalOperationDispatcher_HXX