git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256ac51
)
added virtual destructor
author
Andreas Oberritter
<obi@opendreambox.org>
Sun, 22 Jan 2006 12:24:02 +0000
(12:24 +0000)
committer
Andreas Oberritter
<obi@opendreambox.org>
Sun, 22 Jan 2006 12:24:02 +0000
(12:24 +0000)
lib/base/filepush.h
patch
|
blob
|
history
diff --git
a/lib/base/filepush.h
b/lib/base/filepush.h
index 7e16fa028aa9a8f5d90fbbc39e46ab1c90b78675..9927322f9c9174f3a306d9770c99285f341c9fd5 100644
(file)
--- a/
lib/base/filepush.h
+++ b/
lib/base/filepush.h
@@
-9,6
+9,7
@@
class iFilePushScatterGather
{
public:
+ virtual ~iFilePushScatterGather();
virtual void getNextSourceSpan(size_t bytes_read, off_t &start, size_t &size)=0;
};