Expose ISubStream to Python

This commit is contained in:
rdb 2009-12-09 10:08:41 +00:00
parent 8495118c2e
commit 7d9d27e74f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
// support arbitrary seeks.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEXPRESS ISubStream : public istream {
public:
PUBLISHED:
INLINE ISubStream();
INLINE ISubStream(IStreamWrapper *source, streampos start, streampos end);