aboutsummaryrefslogtreecommitdiff
path: root/src/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h
index 67ffce2..5507daa 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -62,6 +62,12 @@ namespace Bu
62 virtual bool isBlocking(); 62 virtual bool isBlocking();
63 virtual void setBlocking( bool bBlocking=true ); 63 virtual void setBlocking( bool bBlocking=true );
64 64
65 /**
66 * Most filters won't re-implement this, it doesn't make a lot of sense
67 * for filters, in general.
68 */
69 virtual void setSize( long iSize );
70
65 protected: 71 protected:
66 Bu::Stream &rNext; 72 Bu::Stream &rNext;
67 73