summaryrefslogtreecommitdiff
path: root/client/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/device.c')
-rw-r--r--client/device.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/device.c b/client/device.c
index fb80107..9e78f80 100644
--- a/client/device.c
+++ b/client/device.c
@@ -56,6 +56,11 @@ cStreamdevDevice::~cStreamdevDevice() {
DELETENULL(m_TSBuffer);
}
+#if APIVERSNUM >= 10700
+int cStreamdevDevice::NumProvidedSystems(void) const
+{ return StreamdevClientSetup.NumProvidedSystems; }
+#endif
+
bool cStreamdevDevice::ProvidesSource(int Source) const {
Dprintf("ProvidesSource, Source=%d\n", Source);
return true;