Cleanup Source Fail reporting

All Stream report failure with logs, read in InfoVisitor for Sources. ImGuiVisitor for Sources also detect failure of source and its stream.
Cleanup of unused includes and functions.
This commit is contained in:
Bruno Herbelin
2023-01-30 00:07:52 +01:00
parent 5ce465cb30
commit 6529b170e6
15 changed files with 347 additions and 310 deletions

View File

@@ -5,11 +5,9 @@
#include "Connection.h"
#include "StreamSource.h"
class NetworkStream : public Stream
{
public:
NetworkStream();
void connect(const std::string &nameconnection);