00001 // Copyright (c) 2005-2006 Andre Merzky (andre@merzky.net) 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_RPC_HPP 00007 #define SAGA_SAGA_RPC_HPP 00008 00009 // rpc comes from the comm package 00010 #include <saga/saga/packages/rpc/version.hpp> 00011 #include <saga/saga/packages/rpc/parameter.hpp> 00012 #include <saga/saga/packages/rpc/rpc.hpp> 00013 00014 // auto linking is disabled while compiling the rpc package 00015 #if !defined(SAGA_RPC_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00016 #define SAGA_AUTOLINK_LIB_NAME "rpc" 00017 #include <saga/saga/autolink.hpp> 00018 #endif 00019 00020 #endif // SAGA_SAGA_RPC_HPP 00021