diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-19 12:24:49 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-19 12:24:49 -0800 |
| commit | 46a4f1d98fdedc82c701ada198252dfd6099959f (patch) | |
| tree | afa6a48a83cc1294aa8a923277bfa763e9de6c87 /src/WixToolset.Extensibility/IBinderFileManagerCore.cs | |
| parent | 54cacc5653a0c8a053d6641badf4470d1b54e865 (diff) | |
| download | wix-46a4f1d98fdedc82c701ada198252dfd6099959f.tar.gz wix-46a4f1d98fdedc82c701ada198252dfd6099959f.tar.bz2 wix-46a4f1d98fdedc82c701ada198252dfd6099959f.zip | |
Integrate simplified message handling
Diffstat (limited to 'src/WixToolset.Extensibility/IBinderFileManagerCore.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/IBinderFileManagerCore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IBinderFileManagerCore.cs b/src/WixToolset.Extensibility/IBinderFileManagerCore.cs index b73acb6b..27644413 100644 --- a/src/WixToolset.Extensibility/IBinderFileManagerCore.cs +++ b/src/WixToolset.Extensibility/IBinderFileManagerCore.cs | |||
| @@ -6,7 +6,7 @@ namespace WixToolset.Extensibility | |||
| 6 | using WixToolset.Data; | 6 | using WixToolset.Data; |
| 7 | using WixToolset.Data.Bind; | 7 | using WixToolset.Data.Bind; |
| 8 | 8 | ||
| 9 | public interface IBinderFileManagerCore : IMessageHandler | 9 | public interface IBinderFileManagerCore |
| 10 | { | 10 | { |
| 11 | /// <summary> | 11 | /// <summary> |
| 12 | /// Gets or sets the path to cabinet cache. | 12 | /// Gets or sets the path to cabinet cache. |
