|
| enum | { kDefaultIID = IID_IRESPONDER } |
| |
DocWchResponder Handles signals related to document file actions. The file action signals it receives are dictated by the DocWchServiceProvider class.
DocWchResponder implements IResponder based on the partial implementation CResponder.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * DocWchResponder::DocWchResponder | ( | IPMUnknown * | boss | ) | |
Constructor.
- Parameters
| boss | interface ptr from boss object on which this interface is aggregated. |
| void DocWchResponder::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.