summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/cdromutl.h
Commit message (Collapse)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-5/+7
|
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-3/+0
|
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
| | | | Prompted-by: Jakub Wilk <jwilk@debian.org>
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+4
| | | | | The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-7/+5
|
* apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; ↵Michael Vogt2011-03-091-1/+1
| | | | apt-pkg/cdrom.cc: use string
* apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; ↵Michael Vogt2011-03-041-0/+1
| | | | apt-pkg/cdrom.cc: deal with missing FSTAB_DIR
* * methods/cdrom.cc:Michael Vogt2009-07-221-1/+2
| | | | | | | - add Acquire::Cdrom::mount "apt-udev-auto" magic to allow dynamically finding the cdrom device * apt-pkg/contrib/cdromutl.{h,cc}: - support additional (optional) DeviceName parameter for MountCdrom()
* * merged with the apt--mvo branchMichael Vogt2007-05-021-1/+2
|\
| * * apt-pkg/cdrom.cc:Michael Vogt2007-03-071-1/+2
| | | | | | | | | | - only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before
* | * removed the pragma messMichael Vogt2006-10-021-4/+0
|/
* G++3 fixes from RandolphArch Librarian2004-09-201-1/+3
| | | | | | Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph
* Changed CD ident rountine to not use inodesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-06-05 03:54:29 GMT Changed CD ident rountine to not use inodes
* CDROM stuff from apt-cdromArch Librarian2004-09-201-0/+23
Author: jgg Date: 1998-11-29 01:19:27 GMT CDROM stuff from apt-cdrom