summaryrefslogtreecommitdiff
path: root/server/livestreamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/livestreamer.c')
-rw-r--r--server/livestreamer.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/server/livestreamer.c b/server/livestreamer.c
index 35986f3..e2b4b6c 100644
--- a/server/livestreamer.c
+++ b/server/livestreamer.c
@@ -257,6 +257,18 @@ void cStreamdevLiveStreamer::Del(int Count)
break;
}
}
+
+void cStreamdevLiveStreamer::Attach(void)
+{
+ printf("RIGHT ATTACH\n");
+ m_Device->AttachReceiver(m_Receiver);
+}
+
+void cStreamdevLiveStreamer::Detach(void)
+{
+ printf("RIGHT DETACH\n");
+ m_Device->Detach(m_Receiver);
+}
std::string cStreamdevLiveStreamer::Report(void)
{