// Copyright (c) 2009-2010 Ole Weidner (oweidner@cct.lsu.edu) // // 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 ADAPTORS_GLITE_CREAM_JOB_PROXY_WRAPPER_HPP #define ADAPTORS_GLITE_CREAM_JOB_PROXY_WRAPPER_HPP #include #include #include #include #include #include #include #include using namespace glite::ce::cream_client_api::soap_proxy; using namespace glite::ce::cream_client_api::util; using namespace glite::ce::cream_client_api; using namespace glite::ce::cream_client_api::cream_exceptions; //////////////////////////////////////////////////////////////////////// namespace glite_cream_job { class proxy_wrapper { private: AbsCreamProxy *creamClient_; }; } #endif //ADAPTORS_GLITE_CREAM_JOB_PROXY_WRAPPER_HPP