From f9e740af36b44a1c9e834dc8fff08fba8fb1b13f Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 14 Jul 2002 06:35:33 +0000 Subject: Applied patches from debian bug #104967 (not yet tested) --- lib/rfsv.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/rfsv.h') diff --git a/lib/rfsv.h b/lib/rfsv.h index 40f3799..9b75b5e 100644 --- a/lib/rfsv.h +++ b/lib/rfsv.h @@ -30,7 +30,7 @@ #include #include -typedef deque PlpDir; +typedef std::deque PlpDir; class ppsocket; class PlpDrive; @@ -53,8 +53,8 @@ class rfsv32; * @internal */ class rfsvDirhandle { - friend rfsv16; - friend rfsv32; + friend class rfsv16; + friend class rfsv32; private: u_int32_t h; @@ -247,7 +247,7 @@ public: * * @returns A Psion error code (One of enum @ref #errs ). */ - virtual Enum mktemp(u_int32_t &handle, string &name) = 0; + virtual Enum mktemp(u_int32_t &handle, std::string &name) = 0; /** * Creates a named file. @@ -582,7 +582,7 @@ public: * @returns Pointer to static textual representation of file attributes. * */ - string attr2String(const u_int32_t attr); + std::string attr2String(const u_int32_t attr); /** * Converts an open-mode (A combination of the PSI_O_ constants.) @@ -598,7 +598,7 @@ public: /** * Utility method, converts '/' to '\'. */ - static string convertSlash(const string &name); + static std::string convertSlash(const std::string &name); /** * Retrieve speed of serial link. -- cgit v1.2.3