SAGA Adaptor CPI v.1.0
|
00001 // Copyright (c) 2005-2009 Hartmut Kaiser 00002 // Copyright (c) 2005 Stephan Hirmer (stephan.hirmer@gmail.com) 00003 // 00004 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00006 00007 #ifndef SAGA_SAGA_ADAPTORS_ADAPTOR_SUITE_DATA_HPP 00008 #define SAGA_SAGA_ADAPTORS_ADAPTOR_SUITE_DATA_HPP 00009 00010 #include <boost/noncopyable.hpp> 00011 00012 #include <saga/saga/adaptors/config.hpp> 00013 #include <saga/impl/engine/cpi.hpp> 00014 00078 00079 #endif // SAGA_SAGA_ADAPTORS_ADAPTOR_SUITE_DATA_HPP 00080