// Copyright (c) 2008 Hartmut Kaiser // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef SAGA_REPLICA_HPP #define SAGA_REPLICA_HPP #include #include #include /////////////////////////////////////////////////////////////////////////////// void list_services (saga_tools::common & c, std::string svc_filter, std::string data_filter, std::string authz_filter = ""); #endif;