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.11,1.12


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomain.cs,1.11,1.12
Date: Mon, 31 Mar 2003 21:45:53 -0500

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

Modified Files:
        AppDomain.cs 
Log Message:


Implement missing ECMA TODO's in "System.Threading.Thread".


Index: AppDomain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/AppDomain.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** AppDomain.cs        29 Mar 2003 01:38:07 -0000      1.11
--- AppDomain.cs        1 Apr 2003 02:45:48 -0000       1.12
***************
*** 136,152 ****
        public event UnhandledExceptionEventHandler UnhandledException;
  
- #if !ECMA_COMPAT
- 
-       // Base directory used to resolve assemblies.
-       public String BaseDirectory
-                       {
-                               get
-                               {
-                                       return setup.ApplicationBase;
-                               }
-                       }
- 
        // Get the current domain.
!       public static AppDomain CurrentDomain
                        {
                                get
--- 136,146 ----
        public event UnhandledExceptionEventHandler UnhandledException;
  
        // Get the current domain.
! #if ECMA_COMPAT
!       internal
! #else
!       public
! #endif
!       static AppDomain CurrentDomain
                        {
                                get
***************
*** 160,163 ****
--- 154,168 ----
                                                return currentDomain;
                                        }
+                               }
+                       }
+ 
+ #if !ECMA_COMPAT
+ 
+       // Base directory used to resolve assemblies.
+       public String BaseDirectory
+                       {
+                               get
+                               {
+                                       return setup.ApplicationBase;
                                }
                        }





reply via email to

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