diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs index 2de455fd..a783d1a4 100644 --- a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs +++ b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs | |||
| @@ -11,5 +11,7 @@ namespace WixToolset.Extensibility.Services | |||
| 11 | public interface IWindowsInstallerBackendHelper | 11 | public interface IWindowsInstallerBackendHelper |
| 12 | { | 12 | { |
| 13 | bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, Output output, TableDefinition[] tableDefinitions); | 13 | bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, Output output, TableDefinition[] tableDefinitions); |
| 14 | |||
| 15 | bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, Output output, TableDefinition[] tableDefinitions, bool columnZeroIsId); | ||
| 14 | } | 16 | } |
| 15 | } | 17 | } |
