Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Persistency::File::File ( CString  path,
FileSystem fs,
bool  isWritable 
) [inline]

Definition at line 35 of file File.h.

References mFileSystem, mIsWritable, and mPath.

00036     {
00037         mPath = path;
00038         mFileSystem = fs;
00039         mIsWritable = isWritable;
00040     }


Generated on Thu Jan 13 09:22:51 2011 for ImpalaSrc by  doxygen 1.5.1