From 276db8fe7efa26e83310ecffddca044751fd4ab3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 6 Mar 2001 16:48:59 +0000 Subject: - Unified drive parameter of some methods: rfsv::devinfo, rfsv::setVolumeName and rpcs::formatOpen now all take the drive-letter as a single const char. - Documented formatOPen() and formatRead(). --- lib/rfsv.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/rfsv.h') diff --git a/lib/rfsv.h b/lib/rfsv.h index dbed2c9..c497f67 100644 --- a/lib/rfsv.h +++ b/lib/rfsv.h @@ -363,14 +363,15 @@ public: /** * Retrieves details about a drive. * - * @param dev An integer, representing the drive to get details from. + * @param drive The drive character of the drive to get details from + * (e.g: 'C', 'D' etc.). * (0 represents A:, 1 is B: and so on ...) - * @param drive A @ref PlpDrive object which is filled with the drive's + * @param dinfo A @ref PlpDrive object which is filled with the drive's * information upon return. * * @returns A Psion error code (One of enum @ref #errs ). */ - virtual Enum devinfo(const u_int32_t dev, PlpDrive &drive) = 0; + virtual Enum devinfo(const char drive, PlpDrive &dinfo) = 0; /** * Reads from a file on the Psion. -- cgit v1.2.3