FOSSology  4.7.1
Open Source License Compliance by Open Source Software
MockReuserDatabaseHandler.cc
1 /*
2  SPDX-License-Identifier: GPL-2.0-only
3  Author: Dietmar Helmut Leher <helmut.leher.ext@vaillant-group.com>
4  SPDX-FileCopyrightText: © 2026 Vaillant GmbH
5 */
7 
8 extern "C" {
9 #include "libfossdbmanager.h"
10 }
11 
13  : ReuserDatabaseHandler(fo::DbManager(static_cast<fo_dbManager*>(nullptr)))
14 {
15 }
Mock ReuserDatabaseHandler for unit tests.
Database handler for the reuser agent.
fo namespace holds the FOSSology library functions.