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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_sysio.h,1.19,1.20


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_sysio.h,1.19,1.20
Date: Tue, 19 Aug 2003 01:09:16 -0400

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

Modified Files:
        il_sysio.h 
Log Message:


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


Index: il_sysio.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_sysio.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** il_sysio.h  4 Jul 2003 15:26:01 -0000       1.19
--- il_sysio.h  19 Aug 2003 05:09:14 -0000      1.20
***************
*** 148,151 ****
--- 148,161 ----
  
  /*
+  * Lock a region of a file.
+  */
+ int ILSysIOLock(ILSysIOHandle handle, ILInt64 position, ILInt64 length);
+ 
+ /*
+  * Unlock a region of a file.
+  */
+ int ILSysIOUnlock(ILSysIOHandle handle, ILInt64 position, ILInt64 length);
+ 
+ /*
   * Determine if it is possible to perform asynchronous I/O operations.
   */





reply via email to

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