| 158 | return 0; |
| 159 | } |
| 160 | HRESULT IStorageTrigger::RenameElement(const OLECHAR *pwcsOldName, const OLECHAR *pwcsNewName) { |
| 161 | return 0; |
| 162 | } |
| 163 | HRESULT IStorageTrigger::Revert() { |
| 164 | return 0; |
| 165 | } |
nothing calls this directly
no outgoing calls
no test coverage detected