FOSSology
4.7.1
Open Source License Compliance by Open Source Software
ReuserState.hpp
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
*/
6
#pragma once
7
14
class
ReuserState
15
{
16
public
:
17
explicit
ReuserState
(
int
agentId);
18
19
void
setAgentId(
int
agentId);
20
int
getAgentId()
const
;
21
22
private
:
23
int
agentId;
24
};
ReuserState
Holds the runtime state of the reuser agent (agent id).
Definition:
ReuserState.hpp:15
src
reuser
agent
ReuserState.hpp
Generated on Wed Jul 1 2026 05:41:39 for FOSSology by
1.9.1