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/Threading Thread.cs,1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Threading Thread.cs,1.9,1.10
Date: Tue, 15 Apr 2003 01:13:45 -0400

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

Modified Files:
        Thread.cs 
Log Message:


Mark up members of the "RuntimeInfrastructure" subset of ECMA
with CONFIG_RUNTIME_INFRA.


Index: Thread.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Threading/Thread.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Thread.cs   1 Apr 2003 22:28:41 -0000       1.9
--- Thread.cs   15 Apr 2003 05:13:43 -0000      1.10
***************
*** 77,80 ****
--- 77,81 ----
                        }
  
+ #if CONFIG_RUNTIME_INFRA
        // Get the application domain of the currently executing thread.
        public static AppDomain GetDomain()
***************
*** 82,85 ****
--- 83,87 ----
                                return AppDomain.CurrentDomain;
                        }
+ #endif
  
        // Join with this thread.





reply via email to

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