shared_file.hpp
Go to the documentation of this file.
00001 
00010 /*****************************************************************************
00011 ** Ifdefs
00012 *****************************************************************************/
00013 
00014 #ifndef ECL_DEVICES_SHARED_FILE_HPP_
00015 #define ECL_DEVICES_SHARED_FILE_HPP_
00016 
00017 /*****************************************************************************
00018 ** Cross Platform Functionality
00019 *****************************************************************************/
00020 
00021 #include <ecl/config/ecl.hpp>
00022 
00023 /*****************************************************************************
00024 ** Includes
00025 *****************************************************************************/
00026 
00027 // This is only temporary while ofile is posix only
00028 #if defined(ECL_IS_POSIX)
00029   #include "shared_file_pos.hpp"
00030 #endif
00031 
00032 #endif /* ECL_DEVICES_SHARED_FILE_HPP_ */


ecl_devices
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:50