19 #ifndef getCharOperationDispatcher_HXX
20 #define getCharOperationDispatcher_HXX
23 #include <extensionframework/libextensionframework_exports.h>
27 class getCharOperationDispatcher;
28 class PropOperationDispatcher;
54 void getCharPreActions( METHOD_message_t* msgData,
char* value, logical* isNull )
const;
55 void getCharBaseAction( METHOD_message_t* msgData,
char* value, logical* isNull )
const;
56 void getCharPostActions( METHOD_message_t* msgData,
char* value, logical* isNull )
const;
58 void getCharPreConditions(METHOD_message_t* msgData,
char* value, logical* isNull, logical* hasReadAccess )
const;
59 void getCharPreActions(METHOD_message_t* msgData,
char* value, logical* isNull, logical* hasReadAccess)
const;
60 void getCharBaseAction(METHOD_message_t* msgData,
char* value, logical* isNull, logical* hasReadAccess)
const;
61 void getCharPostActions(METHOD_message_t* msgData,
char* value, logical* isNull, logical* hasReadAccess)
const;
67 void execute( tag_t objTag, va_list args )
const;
78 #include <extensionframework/libextensionframework_undef.h>
79 #endif //getCharOperationDispatcher_HXX