// Copyright (c) 2008 Andre Merzky // // Distributed under the Boost Software License, // Version 1.0. (See accompanying LICENSE file // or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include #include "globus_globusonline_file_file.hpp" namespace globus_globusonline_file_adaptor { // /////////////////////////////////////////////////////////////////////////////// // // // void file_cpi_impl::sync_get_url (saga::url & url) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // void file_cpi_impl::sync_get_cwd (saga::url & cwd) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // void file_cpi_impl::sync_get_name (saga::url & name) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // void file_cpi_impl::sync_is_dir (bool & is_dir) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // void file_cpi_impl::sync_is_entry (bool & is_file) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // void file_cpi_impl::sync_is_link (bool & is_link) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // void file_cpi_impl::sync_read_link (saga::url & target) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // void file_cpi_impl::sync_copy (saga::impl::void_t & ret, saga::url dest, int flags) { std::cout<<"Hello World"<