Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:02:29

0001 /*
0002  * Copyright (c) CERN 2013-2017
0003  *
0004  * Copyright (c) Members of the EMI Collaboration. 2010-2013
0005  *  See  http://www.eu-emi.eu/partners for details on the copyright
0006  *  holders.
0007  *
0008  * Licensed under the Apache License, Version 2.0 (the "License");
0009  * you may not use this file except in compliance with the License.
0010  * You may obtain a copy of the License at
0011  *
0012  *    http://www.apache.org/licenses/LICENSE-2.0
0013  *
0014  * Unless required by applicable law or agreed to in writing, software
0015  * distributed under the License is distributed on an "AS IS" BASIS,
0016  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0017  * See the License for the specific language governing permissions and
0018  * limitations under the License.
0019  */
0020 
0021 #pragma once
0022 #ifndef GFAL2_PLUGIN_API_H_
0023 #define GFAL2_PLUGIN_API_H_
0024 
0025 #define __GFAL2_H_INSIDE__
0026 
0027 #include <common/gfal_plugin_interface.h>
0028 #include <common/gfal_file_handle.h>
0029 #include <transfer/gfal_transfer_plugins.h>
0030 
0031 #undef __GFAL2_H_INSIDE__
0032 
0033 #include <gfal_api.h>
0034 
0035 #endif  /* GFAL2_PLUGIN_API_H_ */