ofile.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_DEVICES_OFILE_HPP_
00013 #define ECL_DEVICES_OFILE_HPP_
00014 
00015 /*************************************************************************
00016  * Includes
00017  ************************************************************************/
00018 
00019 #include <ecl/config/ecl.hpp>
00020 
00021 /*****************************************************************************
00022 ** Cross Platform Functionality
00023 *****************************************************************************/
00024 
00025 #if defined(ECL_IS_POSIX)
00026   #include "ofile_pos.hpp"
00027 #elif defined(ECL_IS_WIN32)
00028   #include "ofile_w32.hpp"
00029 #endif
00030 
00031 
00032 #endif /* ECL_DEVICES_OFILE_HPP_ */


ecl_devices
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:22:02