Skip to content

Commit c1576ad

Browse files
committed
DPL CDDB: hide private implementation of CCDBFetrcherHelper
1 parent 8de09fc commit c1576ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Framework/CCDBSupport/src/CCDBHelpers.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ O2_DECLARE_DYNAMIC_LOG(ccdb);
2828
namespace o2::framework
2929
{
3030

31+
namespace {
3132
struct CCDBFetcherHelper {
3233
struct CCDBCacheInfo {
3334
std::string etag;
@@ -77,6 +78,7 @@ struct CCDBFetcherHelper {
7778
return apis[entry == remappings.end() ? "" : entry->second];
7879
}
7980
};
81+
}
8082

8183
bool isPrefix(std::string_view prefix, std::string_view full)
8284
{

0 commit comments

Comments
 (0)