OpenDOF Project
void(* const DOSCallbacks::DOSApplicationCallbacks_t::Remove)(DOSOperation op)

Indicate that a saved operation is being removed (it was either cancelled or is complete).

If the application created the operation, then it may be extended at this point. Otherwise, the operation will no longer be remembered by COS, and will be automatically freed after this call. The COS maintains only a minimal amount of state for operations. It is the responsibility of the application to understand what the operation may represent (e.g., binding, item, data), if necessary.

This callback must not be NULL.

Parameters
opThe operation that was cancelled. This must not be NULL.
core-c-cos Version 7.0.1 Build 0
2018-02-08