![]() | InDesign SDK 20.5 |

Public Member Functions | |
| LnkWtchDocResponder (IPMUnknown *boss) | |
| virtual | ~LnkWtchDocResponder () |
| virtual void | Respond (ISignalMgr *signalMgr) |
Public Member Functions inherited from CResponder | |
| CResponder (IPMUnknown *boss) | |
| virtual ServiceID | GetResponderService () |
| virtual void | SignalFailed (ISignalMgr *signalMgr) |
Additional Inherited Members | |
Public Types inherited from IResponder | |
| enum | { kDefaultIID = IID_IRESPONDER } |
Attaches and detaches LnkWtchCacheManager as documents are created, opened and closed. On close write each entry in the cache to this plug-in's log. The log file is created in the defaults folder for the application. For example, for InDesign CS3 the log file can be found at the locations below:
On Windows: "C:\Documents and Settings\<user>\Application Data\Adobe\InDesign\Version 5.0\LinkWatcher.txt"
On Macintosh: "/Users/<user>/Library/Preferences/Adobe InDesign/Version 5.0/LinkWatcher.txt"
| LnkWtchDocResponder::LnkWtchDocResponder | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | object this object is aggregated on. |
| inlinevirtual |
Destructor.
| virtual |
Attaches LnkWtchCacheManager when documents are created or opened, detaches it on close.
| signalMgr | provides information about the signal. |
Reimplemented from CResponder.