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

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

[Dotgnu-pnet-commits] CVS: pnet/support file.c,1.13,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support file.c,1.13,1.14
Date: Tue, 19 Aug 2003 01:09:16 -0400

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv26394/support

Modified Files:
        file.c 
Log Message:


Stub out the internalcalls for "FileMethods.Lock" and "FileMethods.Unlock".


Index: file.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/file.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** file.c      15 May 2003 02:46:28 -0000      1.13
--- file.c      19 Aug 2003 05:09:14 -0000      1.14
***************
*** 406,409 ****
--- 406,421 ----
  }
  
+ int ILSysIOLock(ILSysIOHandle handle, ILInt64 position, ILInt64 length)
+ {
+       /* Locking is not yet supported - TODO */
+       return 1;
+ }
+ 
+ int ILSysIOUnlock(ILSysIOHandle handle, ILInt64 position, ILInt64 length)
+ {
+       /* Locking is not yet supported - TODO */
+       return 1;
+ }
+ 
  int ILSysIOHasAsync(void)
  {





reply via email to

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