taken over serviceinterface folder
This commit is contained in:
parent
b429359864
commit
1b5c3786b6
@ -1,5 +1,5 @@
|
||||
#include "../timemanager/Clock.h"
|
||||
#include "../serviceinterface/ServiceInterfaceBuffer.h"
|
||||
#include "ServiceInterfaceBuffer.h"
|
||||
#include <cstring>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
@ -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) :
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user