dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomain.cs,1.19,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomain.cs,1.19,1.20 _AppDomain.cs,1.5,1.6
Date: Mon, 26 May 2003 01:03:43 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System
In directory subversions:/tmp/cvs-serv27966/runtime/System

Modified Files:
        AppDomain.cs _AppDomain.cs 
Log Message:


Add the CONFIG_REFLECTION_EMIT option to the profiles.


Index: AppDomain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/AppDomain.cs,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** AppDomain.cs        26 May 2003 04:41:21 -0000      1.19
--- AppDomain.cs        26 May 2003 05:03:41 -0000      1.20
***************
*** 398,402 ****
  #endif // CONFIG_REMOTING
  
! #if !ECMA_COMPAT
  
        // Define a dynamic assembly builder within this domain.
--- 398,402 ----
  #endif // CONFIG_REMOTING
  
! #if CONFIG_REFLECTION_EMIT
  
        // Define a dynamic assembly builder within this domain.
***************
*** 498,501 ****
--- 498,505 ----
                                return new AssemblyBuilder(name, access, dir, 
isSynchronized);
                        }
+ 
+ #endif // CONFIG_REFLECTION_EMIT
+ 
+ #if !ECMA_COMPAT
  
        // Execute a particular assembly within this application domain.

Index: _AppDomain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/_AppDomain.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** _AppDomain.cs       23 Apr 2003 05:39:48 -0000      1.5
--- _AppDomain.cs       26 May 2003 05:03:41 -0000      1.6
***************
*** 82,85 ****
--- 82,87 ----
        void ClearShadowCopyPath();
  
+ #if CONFIG_REFLECTION_EMIT
+ 
        // Define a dynamic assembly within this application domain.
        AssemblyBuilder DefineDynamicAssembly
***************
*** 122,125 ****
--- 124,129 ----
                                 PermissionSet refusedPersmissions,
                                 bool isSynchronized);
+ 
+ #endif // CONFIG_REFLECTION_EMIT
  
        // Execute a particular assembly within this application domain.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]