00001 // Copyright (c) 2005-2008 Hartmut Kaiser 00002 // 00003 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 #ifndef SAGA_SAGA_REPLICA_HPP 00007 #define SAGA_SAGA_REPLICA_HPP 00008 00009 // logicalfile comes from the data package 00010 #include <saga/saga/packages/replica/version.hpp> 00011 #include <saga/saga/packages/replica/logical_file.hpp> 00012 #include <saga/saga/packages/replica/logical_directory.hpp> 00013 00014 #if !defined(SAGA_REPLICA_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00015 #define SAGA_AUTOLINK_LIB_NAME "replica" 00016 #include <saga/saga/autolink.hpp> 00017 #endif 00018 00019 #endif // SAGA_SAGA_REPLICA_HPP 00020