aboutsummaryrefslogtreecommitdiff
path: root/lib/base/filepush.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:06:57 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:10:56 +0100
commit453fc1c6f82fa3b6ae983059eb55ad822860a5eb (patch)
treefd8eb3b76c68676195be061977344c9a0011ab55 /lib/base/filepush.h
parent7199d3c37e7e7065bd6943702b5864fa5186b9a8 (diff)
downloadenigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.tar.gz
enigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.zip
rename iDataSource to iTsSource (no functional change)
Diffstat (limited to 'lib/base/filepush.h')
-rw-r--r--lib/base/filepush.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base/filepush.h b/lib/base/filepush.h
index eb8e7924..a4457f67 100644
--- a/lib/base/filepush.h
+++ b/lib/base/filepush.h
@@ -25,7 +25,7 @@ public:
void start(int sourcefd, int destfd);
int start(const char *filename, int destfd);
- void start(ePtr<iDataSource> &source, int destfd);
+ void start(ePtr<iTsSource> &source, int destfd);
void pause();
void resume();
@@ -60,7 +60,7 @@ private:
int m_blocksize;
off_t m_current_position;
- ePtr<iDataSource> m_source;
+ ePtr<iTsSource> m_source;
eFixedMessagePump<int> m_messagepump;