19 #ifndef setDoubleOperationDispatcher_HXX
20 #define setDoubleOperationDispatcher_HXX
23 #include <extensionframework/libextensionframework_exports.h>
27 class setDoubleOperationDispatcher;
28 class PropOperationDispatcher;
48 void setDoublePreConditions( METHOD_message_t* msgData,
const double doubleValue,
const logical isNull )
const;
49 void setDoublePreActions( METHOD_message_t* msgData,
const double doubleValue,
const logical isNull )
const;
50 void setDoublePostActions( METHOD_message_t* msgData,
const double doubleValue,
const logical isNull )
const;
51 void setDoubleBaseAction( METHOD_message_t* msgData,
const double doubleValue,
const logical isNull )
const;
57 void execute( tag_t objTag, va_list args )
const;
68 #include <extensionframework/libextensionframework_undef.h>
69 #endif //setDoubleOperationDispatcher_HXX