|
| enum | { kDefaultIID = IID_IRESPONDER } |
| |
Implements IResponder based on the partial implementation CResponder. Main function is to attach and detach our doc-observer.
- See Also
- CusDtLnkDocRespServiceProvider for signals we receive
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * CusDtLnkDocResponder::CusDtLnkDocResponder | ( | IPMUnknown * | boss | ) | |
Constructor.
- Parameters
| boss | interface ptr from boss object on which this interface is aggregated. |
| void CusDtLnkDocResponder::Respond | ( | ISignalMgr * | signalMgr | ) | |
| virtual |
Respond() handles the file action signals when they are dispatched by the signal manager. This implementation simply creates alerts to display each signal.
- Parameters
| signalMgr | Pointer back to the signal manager to get additional information about the signal. |
Reimplemented from CResponder.