From 76821551f312dd447a03748a01670f3718cd8345 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 26 Sep 2024 14:43:22 -0700 Subject: Basic update to new API for existing components. This may not all work yet, but it all compiles! --- src/stable/myriadstream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stable/myriadstream.h') diff --git a/src/stable/myriadstream.h b/src/stable/myriadstream.h index b86dbd7..27a15d5 100644 --- a/src/stable/myriadstream.h +++ b/src/stable/myriadstream.h @@ -39,6 +39,7 @@ namespace Bu virtual size getSize() const; virtual size getBlockSize() const; virtual Bu::String getLocation() const; + Myriad::StreamId getId() const; private: mutable Bu::Mutex mAccess; -- cgit v1.2.3