19 #ifndef setDateOperationDispatcher_HXX
20 #define setDateOperationDispatcher_HXX
23 #include <extensionframework/libextensionframework_exports.h>
27 class setDateOperationDispatcher;
28 class PropOperationDispatcher;
48 void setDatePreConditions( METHOD_message_t* msgData,
const date_t dateValue,
const logical isNull )
const;
49 void setDatePreActions( METHOD_message_t* msgData,
const date_t dateValue,
const logical isNull )
const;
50 void setDatePostActions( METHOD_message_t* msgData,
const date_t dateValue,
const logical isNull )
const;
51 void setDateBaseAction( METHOD_message_t* msgData,
const date_t dateValue,
const logical isNull )
const;
56 void execute( tag_t objTag, va_list args )
const;
67 #include <extensionframework/libextensionframework_undef.h>
68 #endif //setDateOperationDispatcher_HXX