diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-24 21:06:06 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:17:34 -0700 |
| commit | 7a2859709034f7f4f048a0757779a6e2fee6df5b (patch) | |
| tree | 6a5519b5ffa7adf97b4962bc40d83716accf9e4e /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |
| parent | f195604266cb2b675d31c21df343e1f2ac8bdb0c (diff) | |
| download | wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.tar.gz wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.tar.bz2 wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.zip | |
Update to fixed "binder" names in interfaces
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index a7da13bb..020f58b3 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -22,7 +22,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 22 | // As outlined in RFC 4122, this is our namespace for generating name-based (version 3) UUIDs. | 22 | // As outlined in RFC 4122, this is our namespace for generating name-based (version 3) UUIDs. |
| 23 | internal static readonly Guid WixComponentGuidNamespace = new Guid("{3064E5C6-FB63-4FE9-AC49-E446A792EFA5}"); | 23 | internal static readonly Guid WixComponentGuidNamespace = new Guid("{3064E5C6-FB63-4FE9-AC49-E446A792EFA5}"); |
| 24 | 24 | ||
| 25 | public BindDatabaseCommand(IBindContext context, IEnumerable<IWindowsInstallerBackendExtension> backendExtension, Validator validator) | 25 | public BindDatabaseCommand(IBindContext context, IEnumerable<IWindowsInstallerBackendBinderExtension> backendExtension, Validator validator) |
| 26 | { | 26 | { |
| 27 | this.Messaging = context.ServiceProvider.GetService<IMessaging>(); | 27 | this.Messaging = context.ServiceProvider.GetService<IMessaging>(); |
| 28 | 28 | ||
| @@ -66,7 +66,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 66 | 66 | ||
| 67 | public bool DeltaBinaryPatch { get; set; } | 67 | public bool DeltaBinaryPatch { get; set; } |
| 68 | 68 | ||
| 69 | private IEnumerable<IWindowsInstallerBackendExtension> BackendExtensions { get; } | 69 | private IEnumerable<IWindowsInstallerBackendBinderExtension> BackendExtensions { get; } |
| 70 | 70 | ||
| 71 | private Intermediate Intermediate { get; } | 71 | private Intermediate Intermediate { get; } |
| 72 | 72 | ||
