aboutsummaryrefslogtreecommitdiff
path: root/src/myriad.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/myriad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/myriad.h b/src/myriad.h
index 84f273e..79c3cda 100644
--- a/src/myriad.h
+++ b/src/myriad.h
@@ -31,7 +31,7 @@ namespace Bu
31 invalidStreamId, 31 invalidStreamId,
32 protectedStream 32 protectedStream
33 }; 33 };
34 subExceptionDeclEnd() 34 subExceptionDeclEnd();
35 35
36 /** 36 /**
37 * Myriad block-allocated stream multiplexing system. This is a system for 37 * Myriad block-allocated stream multiplexing system. This is a system for
@@ -132,6 +132,7 @@ namespace Bu
132 132
133 Bu::Array<int> getStreamIds(); 133 Bu::Array<int> getStreamIds();
134 int getStreamSize( int iId ); 134 int getStreamSize( int iId );
135 bool hasStream( int iId );
135 136
136 int getNumStreams(); 137 int getNumStreams();
137 int getBlockSize(); 138 int getBlockSize();