mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-19 06:09:59 +01:00
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:
@@ -5,11 +5,9 @@
|
||||
#include "Connection.h"
|
||||
#include "StreamSource.h"
|
||||
|
||||
|
||||
class NetworkStream : public Stream
|
||||
{
|
||||
public:
|
||||
|
||||
NetworkStream();
|
||||
|
||||
void connect(const std::string &nameconnection);
|
||||
|
||||
Reference in New Issue
Block a user