FOSSology
4.4.0
Open Source License Compliance by Open Source Software
state.hpp
1
/*
2
SPDX-FileCopyrightText: © 2014-2015 Siemens AG
3
4
SPDX-License-Identifier: GPL-2.0-only
5
*/
6
7
#ifndef NINKA_AGENT_STATE_HPP
8
#define NINKA_AGENT_STATE_HPP
9
10
#include "databasehandler.hpp"
11
#include "
libfossdbmanagerclass.hpp
"
12
13
using namespace
std;
14
15
class
State
16
{
17
public
:
18
State
(
int
agentId);
19
20
int
getAgentId()
const
;
21
22
private
:
23
int
agentId
;
24
};
25
26
#endif
// NINKA_AGENT_STATE_HPP
State
Definition:
state.hpp:16
State::agentId
int agentId
Definition:
state.hpp:23
libfossdbmanagerclass.hpp
DB wrapper for agents.
src
ninka
agent
state.hpp
Generated on Mon Nov 18 2024 07:37:13 for FOSSology by
1.9.1