summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ostorageinfo.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/ostorageinfo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/ostorageinfo.h21
1 files changed, 17 insertions, 4 deletions
diff --git a/libopie2/opiecore/ostorageinfo.h b/libopie2/opiecore/ostorageinfo.h
index 9b61a2e..740fa85 100644
--- a/libopie2/opiecore/ostorageinfo.h
+++ b/libopie2/opiecore/ostorageinfo.h
@@ -37,13 +37,26 @@ class OStorageInfo : public StorageInfo
Q_OBJECT
public:
-public:
+
OStorageInfo( QObject *parent=0 );
~OStorageInfo();
- QString cfPath()const;
- QString sdPath()const;
- QString mmcPath()const;
+ /**
+ * @returns the mount path of the CF (Compact Flash) card
+ *
+ **/
+ QString cfPath() const;
+ /**
+ * @returns the mount path of the SD (Secure Digital) card
+ *
+ **/
+ QString sdPath() const;
+ /**
+ * @returns the mount path of the MMC (MultiMedia) card
+ *
+ **/
+ QString mmcPath() const;
};
#endif // OSTORAGE_H
+