| 118 | |
| 119 | void SetOutputLinkChangeTracking(bool setting); |
| 120 | bool IsTrackingOutputLinkChanges() |
| 121 | { |
| 122 | return m_changeListHandlerId > 0; |
| 123 | } |
| 124 | void ClearOutputLinkChanges() ; |
| 125 | |
| 126 | OutputDeltaList* GetOutputLinkChanges() |
no outgoing calls
no test coverage detected