added some more basic tests

This commit is contained in:
2022-08-17 17:09:39 +02:00
parent 0bb82e0da2
commit 6930656d4e
5 changed files with 26 additions and 7 deletions

View File

@ -8,7 +8,7 @@ namespace cfdp {
class RemoteConfigTableIF {
public:
virtual ~RemoteConfigTableIF() = default;
virtual bool getRemoteCfg(EntityId remoteId, RemoteEntityCfg* cfg) = 0;
virtual bool getRemoteCfg(const cfdp::EntityId& remoteId, cfdp::RemoteEntityCfg** cfg) = 0;
};
} // namespace cfdp