diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bind/WixComponentSearchInfo.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bind/WixComponentSearchInfo.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/Bind/WixComponentSearchInfo.cs b/src/WixToolset.Core.Burn/Bind/WixComponentSearchInfo.cs index f605d7c7..b9c29df0 100644 --- a/src/WixToolset.Core.Burn/Bind/WixComponentSearchInfo.cs +++ b/src/WixToolset.Core.Burn/Bind/WixComponentSearchInfo.cs | |||
@@ -11,10 +11,12 @@ namespace WixToolset.Core.Burn | |||
11 | /// </summary> | 11 | /// </summary> |
12 | internal class WixComponentSearchInfo : WixSearchInfo | 12 | internal class WixComponentSearchInfo : WixSearchInfo |
13 | { | 13 | { |
14 | #if TODO | ||
14 | public WixComponentSearchInfo(Row row) | 15 | public WixComponentSearchInfo(Row row) |
15 | : this((string)row[0], (string)row[1], (string)row[2], (int)row[3]) | 16 | : this((string)row[0], (string)row[1], (string)row[2], (int)row[3]) |
16 | { | 17 | { |
17 | } | 18 | } |
19 | #endif | ||
18 | 20 | ||
19 | public WixComponentSearchInfo(string id, string guid, string productCode, int attributes) | 21 | public WixComponentSearchInfo(string id, string guid, string productCode, int attributes) |
20 | : base(id) | 22 | : base(id) |
@@ -60,5 +62,4 @@ namespace WixToolset.Core.Burn | |||
60 | writer.WriteEndElement(); | 62 | writer.WriteEndElement(); |
61 | } | 63 | } |
62 | } | 64 | } |
63 | |||
64 | } | 65 | } |