nucondb_service.cc
Go to the documentation of this file.
1 #include "nucondb_service.h"
2 
3 namespace nucondb_ns {
4 
5 
6 // ART constructor...
7 nucondbService::nucondbService( __attribute__((unused)) fhicl::ParameterSet const & cfg, __attribute__((unused)) art::ActivityRegistry &r) {}
8 
9 std::unique_ptr<Folder>
11  std::unique_ptr<Folder> res(new Folder(name, url, tag));
12  return res;
13 }
14 
15 }
16 
17 //DEFINE_ART_SERVICE(nucondb_ns::nucondbService)
static QCString name
Definition: declinfo.cpp:673
nucondbService(fhicl::ParameterSet const &cfg, art::ActivityRegistry &r)
std::string string
Definition: nybbler.cc:12
std::unique_ptr< Folder > getFolder(std::string name, std::string url, std::string tag="")
#define DEFINE_ART_SERVICE(svc)