DOHandle GetOrigin() const;
None.
Gets a duplicated object handle to a station that has called a function that generates an operation object as a result of the call.
For example, if a station calls the DuplicatedObject::FetchDuplica
function and triggers a ChangeDupSetOperation
operation, this function returns the DOHandle
of the station that called the DuplicatedObject::FetchDuplica
function.
A typical way of using this function is to use it in SafetyExecutive
and determine whether that station has the rights to actually perform that operation.
CONFIDENTIAL