~ubuntu-branches/ubuntu/natty/kdebase-runtime/natty-updates

« back to all changes in this revision

Viewing changes to nepomuk/services/strigi/nepomukindexer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-07 11:41:36 UTC
  • mfrom: (1.1.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207114136-2yocncb7051tmobj
Tags: 4:4.5.85-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
void Nepomuk::Indexer::stop()
213
213
{
 
214
    kDebug();
214
215
    d->m_analyzerConfig.setStop( true );
215
216
    d->m_indexFeeder->stop();
 
217
    d->m_indexFeeder->wait();
 
218
    kDebug() << "done";
216
219
}
217
220
 
218
221
#include "nepomukindexer.moc"