summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bglobals.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-02-08 10:46:00 +0900
committerMichele Calgaro <[email protected]>2022-02-08 10:46:00 +0900
commitce3d9531b62414fd17ccb702809a18810da16de1 (patch)
tree37db863d7fdc9c5d83b37135c0a633351c2d6a29 /libk3b/core/k3bglobals.h
parentacefd32da28cd61beb76831c90051a22a2584989 (diff)
downloadk3b-ce3d9531b62414fd17ccb702809a18810da16de1.tar.gz
k3b-ce3d9531b62414fd17ccb702809a18810da16de1.zip
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libk3b/core/k3bglobals.h')
-rw-r--r--libk3b/core/k3bglobals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/core/k3bglobals.h b/libk3b/core/k3bglobals.h
index c6d2111..17cc149 100644
--- a/libk3b/core/k3bglobals.h
+++ b/libk3b/core/k3bglobals.h
@@ -242,14 +242,14 @@ namespace K3b
/**
* Tries to mount the medium. Since K3b does not gather any information
- * about mount points the only methods used are pmount and HAL::mount
+ * about mount points the only methods used are pmount and tdehw lib mount
*/
LIBK3B_EXPORT bool mount( K3bDevice::Device* );
/**
* Ejects the medium in the device or simply opens the tray.
* This method improves over K3bDevice::Device::eject in that it
- * unmounts before ejecting and introduces HAL support.
+ * unmounts before ejecting.
*/
LIBK3B_EXPORT bool eject( K3bDevice::Device* );
}