rxr: renamed files, removed unnecessary comments

This commit is contained in:
2019-11-18 16:19:46 +01:00
parent 5ce79ec9fa
commit c4e7086d99
8 changed files with 607 additions and 1587 deletions

View File

@ -1,5 +1,5 @@
#pragma once
#include "slsReceiverTCPIPInterface.h"
#include "ClientInterface.h"
#include "sls_detector_defs.h"
#include <memory>
@ -76,5 +76,5 @@ class Receiver : private virtual slsDetectorDefs {
private:
std::unique_ptr<slsReceiverTCPIPInterface> tcpipInterface;
std::unique_ptr<ClientInterface> tcpipInterface;
};