DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
oks_access.cpp
Go to the documentation of this file.
1
3
4namespace dunedaq {
5// JCF, Dec-2-2022: on Andrei Kazarov's recommendation, I stubbed out the origin AccessManager-based code
6
7bool
9 const std::string& /*user*/)
10{
11 return true;
12}
13}
Provides interface to the OKS XML schema and data files.
Definition file.hpp:340
bool is_writable(const oks::OksFile &file, const std::string &user=oks::OksKernel::get_user_name())
Definition oks_access.cpp:8
Including Qt Headers.