~ubuntu-branches/ubuntu/feisty/strigi/feisty-backports

« back to all changes in this revision

Viewing changes to src/streams/filereader.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2006-11-12 19:23:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061112192358-bopz8iu9cr8bosyc
Tags: 0.3.9-1
* New upstream release
* Remove patch to inotify support option, merged upstream
* Add poppler-utils and wv as Depends
* Include utils.mk to rules
* Add deepfind, deepgrep, luceneindexer and xmlindexer to
  strigi-daemon.install
* Update strigi-daemon.lintian-overrides for 0.3.9 version

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    FileInputStream* input;
31
31
    InputStreamReader* reader;
32
32
public:
33
 
    FileReader(const char* fname, const char* encoding_scheme=NULL,
 
33
    explicit FileReader(const char* fname, const char* encoding_scheme=NULL,
34
34
        const int32_t cachelen = 13,
35
35
        const int32_t cachebuff = 14 );
36
36
    ~FileReader();