Index: arch.cs
===================================================================
RCS file: /cvs/public/mcs/class/System/System.Text.RegularExpressions/arch.cs,v
retrieving revision 1.2
diff -u -u -r1.2 arch.cs
--- arch.cs	28 Aug 2002 18:46:54 -0000	1.2
+++ arch.cs	12 Nov 2002 02:55:59 -0000
@@ -7,6 +7,7 @@
 // 		(c) 2002
 
 using System;
+using System.Collections;
 
 namespace System.Text.RegularExpressions {
 
@@ -81,6 +82,7 @@
 
 	interface IMachineFactory {
 		IMachine NewInstance ();
+		IDictionary Mapping { get; set; }
 		int GroupCount { get; }
 	}
 
