~ubuntu-branches/ubuntu/dapper/cdrdao/dapper

« back to all changes in this revision

Viewing changes to dao/TeacCdr55.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-12-10 22:52:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210225211-rn7q0g36wlbc9a3r
Tags: 1:1.2.1-2ubuntu1
* Resynchronise with debian (orig. debian package)
* Merged debian/changelog to mention ubuntu uploads
* Re-Applied Michael Vogts patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  int speed(int);
41
41
 
42
42
  DiskInfo *diskInfo();
43
 
  int driveInfo(DriveInfo *, int showErrorMsg);
 
43
  int driveInfo(DriveInfo *, bool showErrorMsg);
44
44
 
45
45
  Toc *readDiskToc(int, const char *audioFilename);
46
46
  Toc *readDisk(int, const char *audioFilename);