]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.h
releasing version 0.8.16~exp4
[apt.git] / apt-pkg / cdrom.h
index 032fae755bcdd9f11d7cda4c5917eb0758c39247..614062cbb3293787de26f6fa6be2e530b82f991f 100644 (file)
@@ -102,11 +102,11 @@ class pkgUdevCdromDevices                                         /*{{{*/
    // try to open 
    bool Dlopen();
 
-   // this is the new interface
-   vector<CdromDevice> ScanForRemovable(bool CdromOnly);
-   // FIXME: compat with the old interface/API/ABI only
+   // convenience interface, this will just call ScanForRemovable
+   // with "APT::cdrom::CdromOnly"
    vector<CdromDevice> Scan();
 
+   vector<CdromDevice> ScanForRemovable(bool CdromOnly);
 };
                                                                        /*}}}*/