From 9787570331b511bab73ac8f4f38a3b8cfa053ca5 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 24 Jun 2020 14:05:08 -0700 Subject: The Great Tuple to Symbol Rename (tm) --- src/WixToolset.Data/ITupleDefinitionCreator.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/WixToolset.Data/ITupleDefinitionCreator.cs') diff --git a/src/WixToolset.Data/ITupleDefinitionCreator.cs b/src/WixToolset.Data/ITupleDefinitionCreator.cs index 7d818be1..93b10ce8 100644 --- a/src/WixToolset.Data/ITupleDefinitionCreator.cs +++ b/src/WixToolset.Data/ITupleDefinitionCreator.cs @@ -2,10 +2,10 @@ namespace WixToolset.Data { - public interface ITupleDefinitionCreator + public interface ISymbolDefinitionCreator { - void AddCustomTupleDefinition(IntermediateTupleDefinition definition); + void AddCustomSymbolDefinition(IntermediateSymbolDefinition definition); - bool TryGetTupleDefinitionByName(string name, out IntermediateTupleDefinition tupleDefinition); + bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition); } } -- cgit v1.2.3-55-g6feb