#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <Basics.H>
#include "AtomicFile.H"
#include "FS.H"
#include <dirent.h>
Go to the source code of this file.
Functions | |
void | FS::Close (AtomicFile &vaf) throw (FS::Failure) |
|
Definition at line 195 of file AtomicFile.C. |