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/Platform InfoMethods.cs, 1.3,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Platform InfoMethods.cs, 1.3, 1.4
Date: Sat, 30 Aug 2003 23:41:08 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform
In directory subversions:/tmp/cvs-serv15163/runtime/Platform

Modified Files:
        InfoMethods.cs 
Log Message:



Index: InfoMethods.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform/InfoMethods.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** InfoMethods.cs      1 Aug 2003 17:53:07 -0000       1.3
--- InfoMethods.cs      31 Aug 2003 03:41:06 -0000      1.4
***************
*** 2,6 ****
   * InfoMethods.cs - Implementation of the "Platform.InfoMethods" class.
   *
!  * Copyright (C) 2002  Southern Storm Software, Pty Ltd.
   *
   * This program is free software; you can redistribute it and/or modify
--- 2,6 ----
   * InfoMethods.cs - Implementation of the "Platform.InfoMethods" class.
   *
!  * Copyright (C) 2002, 2003  Southern Storm Software, Pty Ltd.
   *
   * This program is free software; you can redistribute it and/or modify
***************
*** 62,65 ****
--- 62,73 ----
  
  #endif // !ECMA_COMPAT
+ 
+       // Get the global configuration directory.
+       [MethodImpl(MethodImplOptions.InternalCall)]
+       extern public static String GetGlobalConfigDir();
+ 
+       // Get the user storage directory (e.g. "$HOME/.cli").
+       [MethodImpl(MethodImplOptions.InternalCall)]
+       extern public static String GetUserStorageDir();
  
  }; // class InfoMethods





reply via email to

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