|
| From: | Rhys Weatherley <address@hidden> |
| Subject: | [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private DefaultBinder.cs,1.2,1.3 |
| Date: | Tue, 15 Apr 2003 07:22:34 -0400 |
Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private
In directory subversions:/tmp/cvs-serv12653/runtime/System/Private
Modified Files:
DefaultBinder.cs
Log Message:
Mark up members of the "Reflection" ECMA subset with CONFIG_REFLECTION.
Index: DefaultBinder.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/DefaultBinder.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DefaultBinder.cs 20 Dec 2001 10:11:39 -0000 1.2
--- DefaultBinder.cs 15 Apr 2003 11:22:32 -0000 1.3
***************
*** 23,26 ****
--- 23,28 ----
{
+ #if CONFIG_REFLECTION
+
using System;
using System.Reflection;
***************
*** 99,102 ****
--- 101,106 ----
}; // class DefaultBinder
+
+ #endif // CONFIG_REFLECTION
}; // namespace System.Private
| [Prev in Thread] | Current Thread | [Next in Thread] |