#include "RemoteConfigTableMock.h"

bool cfdp::RemoteConfigTableMock::getRemoteCfg(cfdp::EntityId remoteId,
                                               cfdp::RemoteEntityCfg *cfg) {
  return false;
}