[longomatch] Add BOTH to team Enum



commit 354b9492bcd8c1b7baded6bcbbf84ba4ff971da2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jan 15 23:28:56 2012 +0100

    Add BOTH to team Enum

 LongoMatch.Core/Common/Enums.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Enums.cs b/LongoMatch.Core/Common/Enums.cs
index e8cd836..f0bb2b4 100644
--- a/LongoMatch.Core/Common/Enums.cs
+++ b/LongoMatch.Core/Common/Enums.cs
@@ -57,6 +57,7 @@ namespace LongoMatch.Common
 		NONE = 0,
 		LOCAL = 1,
 		VISITOR = 2,
+		BOTH = 3,
 	}
 	
 	public enum JobState {



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