aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-14 06:35:33 +0000
committerFritz Elfert <felfert@to.com>2002-07-14 06:35:33 +0000
commitf9e740af36b44a1c9e834dc8fff08fba8fb1b13f (patch)
tree8b84b4ffcb235224f8de1761fdd59446f155281d /lib/rfsv.h
parent97984a6f290d1bd87aaba317c47c70a14b1c0b31 (diff)
downloadplptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.tar.gz
plptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.tar.bz2
plptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.zip
Applied patches from debian bug #104967 (not yet tested)
Diffstat (limited to 'lib/rfsv.h')
-rw-r--r--lib/rfsv.h12
1 files changed, 6 insertions, 6 deletions
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 <plpdirent.h>
#include <bufferstore.h>
-typedef deque<class PlpDirent> PlpDir;
+typedef std::deque<class PlpDirent> 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<errs> mktemp(u_int32_t &handle, string &name) = 0;
+ virtual Enum<errs> 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.