Relative Paths

This commit is contained in:
2020-08-13 20:53:35 +02:00
parent e535bc1427
commit d5dedce294
384 changed files with 2477 additions and 2477 deletions

View File

@ -1,10 +1,10 @@
#include "InternalErrorReporter.h"
#include <framework/datapool/DataSet.h>
#include <framework/datapool/PoolVariable.h>
#include <framework/ipc/MutexFactory.h>
#include "../datapool/DataSet.h"
#include "../datapool/PoolVariable.h"
#include "../ipc/MutexFactory.h"
#include <framework/serviceinterface/ServiceInterfaceStream.h>
#include "../serviceinterface/ServiceInterfaceStream.h"
InternalErrorReporter::InternalErrorReporter(object_id_t setObjectId,
uint32_t queuePoolId, uint32_t tmPoolId, uint32_t storePoolId) :

View File

@ -3,9 +3,9 @@
#include "InternalErrorReporterIF.h"
#include <framework/tasks/ExecutableObjectIF.h>
#include <framework/objectmanager/SystemObject.h>
#include <framework/ipc/MutexIF.h>
#include "../tasks/ExecutableObjectIF.h"
#include "../objectmanager/SystemObject.h"
#include "../ipc/MutexIF.h"
class InternalErrorReporter: public SystemObject,
public ExecutableObjectIF,