X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Ffilepush.h;h=a4457f67d3ec9f11b38f8121c68c4d13d4b01c29;hp=eb8e7924dc89dcba8481fedaaec8226f7ffb1a16;hb=5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200;hpb=dd43e7a64a07bd5777e40cd46fed4fd9f545eb01 diff --git a/lib/base/filepush.h b/lib/base/filepush.h index eb8e792..a4457f6 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 &source, int destfd); + void start(ePtr &source, int destfd); void pause(); void resume(); @@ -60,7 +60,7 @@ private: int m_blocksize; off_t m_current_position; - ePtr m_source; + ePtr m_source; eFixedMessagePump m_messagepump;