Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

File.cpp

Go to the documentation of this file.
00001 #include "OSDependent/WinNT/File.h"
00002 
00003 int
00004 File::chmod(const char *name, int mode)
00005 {
00006   if (chmod(name, mode) < 0)
00007     return -1;
00008   return 0;
00009 }

Generated on Mon Oct 7 09:33:29 2002 for Gaia by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001