taken over serviceinterface folder

This commit is contained in:
Robin Müller 2020-09-18 13:24:06 +02:00
parent b429359864
commit 1b5c3786b6
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#include "../timemanager/Clock.h"
#include "../serviceinterface/ServiceInterfaceBuffer.h"
#include "ServiceInterfaceBuffer.h"
#include <cstring>
#include <inttypes.h>

View File

@ -1,4 +1,4 @@
#include "../serviceinterface/ServiceInterfaceStream.h"
#include "ServiceInterfaceStream.h"
ServiceInterfaceStream::ServiceInterfaceStream(std::string setMessage,
bool addCrToPreamble, bool buffered, bool errStream, uint16_t port) :

View File

@ -1,7 +1,7 @@
#ifndef FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_
#define FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_
#include "../serviceinterface/ServiceInterfaceBuffer.h"
#include "ServiceInterfaceBuffer.h"
#include <iostream>
#include <cstdio>