IFFileTransfer_service.h
Go to the documentation of this file.
1 #ifndef IFFILETRANSFER_H
2 #define IFFILETRANSFER_H
3 
9 
10 #include "IFDH_service.h"
11 
12 namespace ifdh_ns {
13 
15 
16 public:
18 
19 private:
21  virtual int doTranslateToLocalFilename(std::string const & uri,
22  std::string & fileFQname);
23 };
24 
25 }
27 
28 #endif //IFFILETRANSFER_H
art::ServiceHandle< IFDH > _ifdh_handle
std::string string
Definition: nybbler.cc:12
DECLARE_ART_SERVICE_INTERFACE_IMPL(MySharedService, art::test::MyServiceInterface, SHARED) DEFINE_ART_SERVICE_INTERFACE_IMPL(MySharedService
IFFileTransfer(const fhicl::ParameterSet &, art::ActivityRegistry &)
virtual int doTranslateToLocalFilename(std::string const &uri, std::string &fileFQname)