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.6,1.7


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomain.cs,1.6,1.7
Date: Sat, 01 Feb 2003 06:05:30 -0500

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

Modified Files:
        AppDomain.cs 
Log Message:


Stub out AppDomain.SetCachePath.


Index: AppDomain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/AppDomain.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** AppDomain.cs        1 Feb 2003 03:31:45 -0000       1.6
--- AppDomain.cs        1 Feb 2003 11:05:27 -0000       1.7
***************
*** 194,197 ****
--- 194,204 ----
                        }
  
+       // Set the cache path.
+       [TODO]
+       public void SetCachePath(String s)
+                       {
+                               // TODO
+                       }
+ 
  #endif // !ECMA_COMPAT
  





reply via email to

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