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.12,1.13


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomain.cs,1.12,1.13
Date: Wed, 02 Apr 2003 00:21:12 -0500

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

Modified Files:
        AppDomain.cs 
Log Message:


Remove an unnecessary TODO.


Index: AppDomain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/AppDomain.cs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** AppDomain.cs        1 Apr 2003 02:45:48 -0000       1.12
--- AppDomain.cs        2 Apr 2003 05:21:09 -0000       1.13
***************
*** 108,112 ****
  
        // Unload a specific application domain.
-       [TODO]
        public static void Unload(AppDomain domain)
                        {
--- 108,111 ----
***************
*** 115,119 ****
                                        throw new 
ArgumentNullException("domain");
                                }
!                               // TODO: unload the domain.
                        }
  
--- 114,118 ----
                                        throw new 
ArgumentNullException("domain");
                                }
!                               // All domains are local, and we cannot unload 
them at present.
                        }
  





reply via email to

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