FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kAxAction_Construct ( kAxAction action,
kType  type,
const kChar name,
kActionTrigger  trigger,
kAxEnviron  actionEnviron,
kAlloc  allocator 
)

Factory constructor for action objects.

This function can be used to construct any action type.

Parameters
actionReceives constructed action object.
typeAction class type.
nameDescriptive action instance name.
triggerAction trigger source.
actionEnvironObject to provide external services to the action.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.