[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/solid/solid
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2010-08-04 18:20:10
Message-ID: 20100804182010.3788AAC7CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1159206 by lukas:

s/Cdrom/OpticalDrive in the docu


 M  +1 -1      deviceinterface.h  
 M  +6 -6      opticaldrive.h  


--- trunk/KDE/kdelibs/solid/solid/deviceinterface.h #1159205:1159206
@@ -52,7 +52,7 @@
          * - Processor : A processor
          * - Block : A block device
          * - StorageDrive : A storage drive
-         * - Cdrom : A CD-ROM drive
+         * - OpticalDrive : An optical drive (CD-ROM, DVD, ...)
          * - StorageVolume : A volume
          * - OpticalDisc : An optical disc
          * - Camera : A digital camera
--- trunk/KDE/kdelibs/solid/solid/opticaldrive.h #1159205:1159206
@@ -36,7 +36,7 @@
     /**
      * This device interface is available on CD-R*,DVD*,Blu-Ray,HD-DVD drives.
      *
-     * A Cdrom is a storage that can handle optical discs.
+     * An OpticalDrive is a storage that can handle optical discs.
      */
     class SOLID_EXPORT OpticalDrive : public StorageDrive
     {
@@ -52,7 +52,7 @@
 
     public:
         /**
-         * This enum type defines the type of medium a cdrom drive supports.
+         * This enum type defines the type of medium an optical drive supports.
          *
          * - Cdr : A Recordable Compact Disc (CD-R)
          * - Cdrw : A ReWritable Compact Disc (CD-RW)
@@ -85,7 +85,7 @@
 
     private:
         /**
-         * Creates a new Cdrom object.
+         * Creates a new OpticalDrive object.
          * You generally won't need this. It's created when necessary using
          * Device::as().
          *
@@ -96,15 +96,15 @@
 
     public:
         /**
-         * Destroys a Cdrom object.
+         * Destroys an OpticalDrive object.
          */
         virtual ~OpticalDrive();
 
 
         /**
-         * Get the Solid::DeviceInterface::Type of the Cdrom device interface.
+         * Get the Solid::DeviceInterface::Type of the OpticalDrive device interface.
          *
-         * @return the Cdrom device interface type
+         * @return the OpticalDrive device interface type
          * @see Solid::Ifaces::Enums::DeviceInterface::Type
          */
         static Type deviceInterfaceType() { return DeviceInterface::OpticalDrive; }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic