/builddir/build/BUILD/gfal2-2.0.0/src/common/gridftp/gridftpwrapper.h

00001 #ifndef GRIDFTPWRAPPER_H
00002 #define GRIDFTPWRAPPER_H
00003 /*
00004  *
00005  * Licensed under the Apache License, Version 2.0 (the "License");
00006  * you may not use this file except in compliance with the License.
00007  * You may obtain a copy of the License at
00008  * 
00009  *     http://www.apache.org/licenses/LICENSE-2.0
00010  * 
00011  * Unless required by applicable law or agreed to in writing, software
00012  * distributed under the License is distributed on an "AS IS" BASIS,
00013  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014  * See the License for the specific language governing permissions and
00015  * limitations under the License.
00016  */
00017 
00018 #include "gridftpmodule.h"
00019 
00020 class GridFTPWrapper : public GridFTPInterface
00021 {
00022         public:
00023                 GridFTPWrapper(gfal_handle handle );
00024                 virtual ~GridFTPWrapper();
00025 
00026                 virtual gfal_globus_copy_handle_t take_globus_handle() ;
00027                 virtual void release_globus_handle(gfal_globus_copy_handle_t*) ;
00028                 virtual void globus_check_result(const std::string & nmspace, gfal_globus_result_t res);
00029         
00030         protected:
00031                 gfal_handle _handle;
00032                 virtual gfal_handle get_handle();
00033 };
00034 
00035 #endif /* GRIDFTPWRAPPER_H */ 

Generated on Wed May 16 16:45:58 2012 for CERN org.glite.Gfal by  doxygen 1.4.7