(EChaperoneConfigFile configFile)
| 2977 | FnTable = (IVRChaperoneSetup)Marshal.PtrToStructure(pInterface, typeof(IVRChaperoneSetup)); |
| 2978 | } |
| 2979 | public bool CommitWorkingCopy(EChaperoneConfigFile configFile) |
| 2980 | { |
| 2981 | bool result = FnTable.CommitWorkingCopy(configFile); |
| 2982 | return result; |
| 2983 | } |
| 2984 | public void RevertWorkingCopy() |
| 2985 | { |
| 2986 | FnTable.RevertWorkingCopy(); |
nothing calls this directly
no outgoing calls
no test coverage detected