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_system.h,1.11,1.12


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_system.h,1.11,1.12
Date: Tue, 05 Nov 2002 22:17:44 -0500

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

Modified Files:
        il_system.h 
Log Message:


Change the prototypes for "ILCLIToUnixTime" and "ILUnixToCLITime" so that
they don't rely upon "time_t" for their definition.


Index: il_system.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_system.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** il_system.h 26 Oct 2002 17:14:40 -0000      1.11
--- il_system.h 6 Nov 2002 03:17:41 -0000       1.12
***************
*** 136,143 ****
  
  /* Convert a DateTime time to a time_t time */
! time_t ILCLIToUnixTime(ILInt64 time);
  
  /* Convert a time_t time to a DateTime time */
! ILInt64 ILUnixToCLITime(time_t time);
  
  /* Get platform directory pathname information */
--- 136,143 ----
  
  /* Convert a DateTime time to a time_t time */
! ILInt64 ILCLIToUnixTime(ILInt64 timeValue);
  
  /* Convert a time_t time to a DateTime time */
! ILInt64 ILUnixToCLITime(ILInt64 timeValue);
  
  /* Get platform directory pathname information */





reply via email to

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