CERN org.glite.Gfal
2.0.1
|
00001 #pragma once 00002 #ifndef GRIDFTOMODULE_H 00003 #define GRIDFTOMODULE_H 00004 00005 /* 00006 * Copyright (c) Members of the EGEE Collaboration. 2004. 00007 * See http://www.eu-egee.org/partners/ for details on the copyright holders. 00008 * 00009 * Licensed under the Apache License, Version 2.0 (the "License"); 00010 * you may not use this file except in compliance with the License. 00011 * You may obtain a copy of the License at 00012 * 00013 * http://www.apache.org/licenses/LICENSE-2.0 00014 * 00015 * Unless required by applicable law or agreed to in writing, software 00016 * distributed under the License is distributed on an "AS IS" BASIS, 00017 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00018 * See the License for the specific language governing permissions and 00019 * limitations under the License. 00020 */ 00021 00022 #include <common/gfal_types.h> 00023 #include <common/gfal_common_errverbose.h> 00024 #include <libcpp/cpp_to_gerror.hpp> 00025 #include <transfer/gfal_transfer_plugins.h> 00026 #include <transfer/params_plugin_interface.hpp> 00027 00028 #include "gridftpinterface.h" 00029 #include "gridftpdecorator.h" 00030 #include "gridftpwrapper.h" 00031 00032 #include "gridftp_ifce_filecopy.h" 00033 00034 #include "grid_ftp_ifce_include.h" 00035 00036 class GridftpModule : public GridFTPDecorator 00037 { 00038 public: 00039 GridftpModule(GridFTPInterface * wrap); 00040 virtual ~GridftpModule(); 00041 00042 00043 }; 00044 00045 #endif /* GRIDFTOMODULE_H */