// 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_dir.hpp" namespace globus_globusonline_file_adaptor { // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_get_url (saga::url & url) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_get_cwd (saga::url & cwd) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_get_name (saga::url & name) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_is_dir (bool & is_dir) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_is_entry (bool & is_entry) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_is_link (bool & is_link) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_read_link (saga::url & target) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_link (saga::impl::void_t & ret, // saga::url dest, // int flags) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_copy (saga::impl::void_t & ret, // saga::url dest, // int flags) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_move (saga::impl::void_t & ret, // saga::url dest, // int flags) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_remove (saga::impl::void_t & ret, // int flags) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } // // /////////////////////////////////////////////////////////////////////////////// // // // void dir_cpi_impl::sync_close (saga::impl::void_t & ret, // double timeout) // { // SAGA_ADAPTOR_THROW ("Not Implemented", saga::NotImplemented); // } } // namespace