Date: Tue, 17 Jul 2001 15:35:06 -0500 (CDT) From: Alexander Langer <alex@usw4.freebsd.org> To: libh@FreeBSD.org Subject: cvs commit: libh/lib/file File.cc File.hh Message-ID: <200107172035.f6HKZ7X69868@usw4.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 2001/07/17 15:35:06 CDT
Modified files:
lib/file File.cc File.hh
Log:
Introduce FILE * File::mFile.
For File::open*() and create(), save the returned FILE* in mFILE.
In File::close, close this FILE * if non-NULL.
Revision Changes Path
1.5 +9 -4 libh/lib/file/File.cc
1.4 +2 -1 libh/lib/file/File.hh
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107172035.f6HKZ7X69868>
