summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CompilerElements/FileSystem.hpp
blob: 1c8ef5246f50929c28fb67b59500f5d9235856d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : CCF/CompilerElements/FileSystem.hpp
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $id$
// cvs-id    : $Id$

#ifndef CCF_RUNTIME_FILE_SYSTEM_HPP
#define CCF_RUNTIME_FILE_SYSTEM_HPP

#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/filesystem/operations.hpp>

namespace fs = boost::filesystem;

#endif  // CCF_RUNTIME_FILE_SYSTEM_HPP