SAGA Adaptor CPI v.1.0
|
00001 // Copyright (c) 2005-2009 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 #include <saga/saga/rpc.hpp> 00007 #include <saga/saga/adaptors/task.hpp> 00008 #include <saga/saga/detail/task_get_result_impl.hpp> 00009 00011 namespace saga 00012 { 00014 // implement all task::get_result<> functions needed in rpc package 00015 template SAGA_RPC_PACKAGE_EXPORT saga::rpc::rpc& 00016 task::get_result<saga::rpc::rpc>(); 00017 template SAGA_RPC_PACKAGE_EXPORT saga::rpc::rpc const& 00018 task::get_result<saga::rpc::rpc>() const; 00019 00021 }