dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h, 1.67, 1.68 int_table


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h, 1.67, 1.68 int_table.c, 1.69, 1.70 lib_dir.c, 1.16, 1.17
Date: Mon, 21 Jul 2003 03:37:59 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv15218/engine

Modified Files:
        int_proto.h int_table.c lib_dir.c 
Log Message:


Remove "DirMethods.Copy" which is no longer used.


Index: int_proto.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_proto.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** int_proto.h 21 Jul 2003 03:03:21 -0000      1.67
--- int_proto.h 21 Jul 2003 07:37:57 -0000      1.68
***************
*** 464,468 ****
  extern ILInt32 _IL_DirMethods_CreateDirectory(ILExecThread * _thread, 
ILString * _p1);
  extern ILInt32 _IL_DirMethods_GetFilesInDirectory(ILExecThread * _thread, 
ILString * _p1, System_Array * * files);
- extern ILInt32 _IL_DirMethods_Copy(ILExecThread * _thread, ILString * _p1, 
ILString * _p2);
  
  extern void _IL_Stdio_StdClose(ILExecThread * _thread, ILInt32 _p1);
--- 464,467 ----

Index: int_table.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_table.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** int_table.c 21 Jul 2003 03:03:21 -0000      1.69
--- int_table.c 21 Jul 2003 07:37:57 -0000      1.70
***************
*** 2207,2211 ****
        IL_METHOD("CreateDirectory", "(oSystem.String;)vPlatform.Errno;", 
_IL_DirMethods_CreateDirectory, marshal_ipp)
        IL_METHOD("GetFilesInDirectory", 
"(oSystem.String;&[vPlatform.InternalFileInfo;)vPlatform.Errno;", 
_IL_DirMethods_GetFilesInDirectory, marshal_ippp)
-       IL_METHOD("Copy", "(oSystem.String;oSystem.String;)vPlatform.Errno;", 
_IL_DirMethods_Copy, marshal_ippp)
  IL_METHOD_END
  
--- 2207,2210 ----

Index: lib_dir.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_dir.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** lib_dir.c   27 Jun 2003 00:18:26 -0000      1.16
--- lib_dir.c   21 Jul 2003 07:37:57 -0000      1.17
***************
*** 143,156 ****
  
  /*
-  * public static Errno Copy(String src, String dest);
-  */
- ILInt32 _IL_DirMethods_Copy(ILExecThread *_thread,
-                                                       ILString *src, ILString 
*dest)
- {
-       /* TODO */
-       return IL_ERRNO_EPERM;
- }
- 
- /*
   * public static Errno CreateDirectory(String path);
   */
--- 143,146 ----





reply via email to

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