diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-08-10 22:52:36 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-08-10 22:52:36 +0200 |
| commit | b455ca34e1ab4a716e1b2f0c7228fb235b577ce4 (patch) | |
| tree | de1d3f682ddbc9975dc747df0b3b102050cb9d64 /lib/service/iservice.h | |
| parent | aabe98bebb2aa90435f5124c6151d718d18dfcd5 (diff) | |
| download | enigma2-b455ca34e1ab4a716e1b2f0c7228fb235b577ce4.tar.gz enigma2-b455ca34e1ab4a716e1b2f0c7228fb235b577ce4.zip | |
add reindex
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 24c2e341..c477f11d 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -719,6 +719,9 @@ public: /* for transferring a service... */ virtual SWIG_VOID(RESULT) getListOfFilenames(std::list<std::string> &SWIG_OUTPUT)=0; + + /* a blocking call to reindex a file */ + virtual int reindex() = 0; // TODO: additional stuff, like a conversion interface? }; |
