Author: cesar
Date: 2005-05-07 02:26:31 -0400 (Sat, 07 May 2005)
New Revision: 44193

Modified:
   trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/BlockScope.cs
Log:
add missing CreateField method

Modified: trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/BlockScope.cs
===================================================================
--- trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/BlockScope.cs   
2005-05-07 06:22:46 UTC (rev 44192)
+++ trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/BlockScope.cs   
2005-05-07 06:26:31 UTC (rev 44193)
@@ -29,6 +29,7 @@
 //
 
 using System;
+using System.Reflection;
 
 namespace Microsoft.JScript {
 
@@ -38,5 +39,10 @@
                {
                        throw new NotImplementedException ();
                }
+
+               protected override JSVariableField CreateField (string name, 
FieldAttributes attrFlags, object value)
+               {
+                       throw new NotImplementedException ();
+               }
        }
 }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to