[Anet-checkins] CVS: ANet/ANet_Daemon/Linux FilesSpecific.h,1.2,1.3
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-12-18 01:25:59
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Linux In directory usw-pr-cvs1:/tmp/cvs-serv16871/ANet/ANet_Daemon/Linux Modified Files: FilesSpecific.h Log Message: "" Index: FilesSpecific.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Linux/FilesSpecific.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FilesSpecific.h 2001/12/18 01:16:29 1.2 --- FilesSpecific.h 2001/12/18 01:25:57 1.3 *************** *** 30,34 **** This is an "opaque" type that represents a file. It can be changed only through the functions described by this document. The data contained in the type contains all necessary information about the file and its state. If the file is closed, you can safely save to any long-term medium (hard disk, another computer...) the data contained in <CODE>ANetFile</CODE> and re-use the data later, even after a reboot. ! You can get the size of the ANetFile data structure with the sizeof operator: \verbatim sizeof(ANetFile)\endverbatim --- 30,34 ---- This is an "opaque" type that represents a file. It can be changed only through the functions described by this document. The data contained in the type contains all necessary information about the file and its state. If the file is closed, you can safely save to any long-term medium (hard disk, another computer...) the data contained in <CODE>ANetFile</CODE> and re-use the data later, even after a reboot. ! You can get the size of the <CODE>ANetFile</CODE> data structure with the sizeof operator: \verbatim sizeof(ANetFile)\endverbatim |