~ubuntu-branches/ubuntu/karmic/k3b/karmic

« back to all changes in this revision

Viewing changes to libk3b/projects/datacd/k3bdatajob.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-10-16 22:32:25 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20091016223225-flhn4579879piihp
Tags: 1.68.0~alpha3-0ubuntu1
* New upstream release
* Add translations from svn into po/
* Set KUBUNTU_DESKTOP_POT in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
        bool setupCdrdaoJob();
107
107
        bool setupGrowisofsJob();
108
108
        void startPipe();
 
109
        void finishCopy();
109
110
 
110
111
        class Private;
111
112
        Private* d;