|
|
| virtual void ScimBridgeAgentIMContext::process_helper_event |
( |
const scim::String & |
target_uuid, |
|
|
const scim::String & |
helper_uuid, |
|
|
const scim::Transaction & |
trans |
|
) |
| [pure virtual] |
Process a helper event.
- Parameters:
-
| target_uuid | The uuid of the target. |
| helper_uuid | The uuid of the helper. |
| trans | The transaction with the helper process. |
|