[longomatch/redesign3: 120/156] Add "Update" to the templates provider interface



commit bae5d4a9fa126f3f59751aff60d6df60e1277694
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Apr 10 21:24:19 2011 +0200

    Add "Update" to the templates provider interface

 LongoMatch/Interfaces/ITemplates.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Interfaces/ITemplates.cs b/LongoMatch/Interfaces/ITemplates.cs
index 2d47317..1ea3743 100644
--- a/LongoMatch/Interfaces/ITemplates.cs
+++ b/LongoMatch/Interfaces/ITemplates.cs
@@ -43,6 +43,7 @@ namespace LongoMatch.Interfaces
 		List<T> Templates {get;}
 		T Load (string name);
 		void Save (ITemplate<U> template);
+		void Update (ITemplate<U> template);
 	}
 	
 	public interface ITemplateWidget<T, U> where T: ITemplate<U>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]