aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave/kio_plp.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-02-07 00:10:42 +0000
committerFritz Elfert <felfert@to.com>2001-02-07 00:10:42 +0000
commitd7e9657a4a70e7bffadcb962fc0411c337052365 (patch)
tree93f20afe1d8c3f2c75d56537338667d3f20762ab /kde2/kioslave/kio_plp.h
parent962c0ae9f2b71dc6314c2ef22d294a8255bcd1e4 (diff)
downloadplptools-d7e9657a4a70e7bffadcb962fc0411c337052365.tar.gz
plptools-d7e9657a4a70e7bffadcb962fc0411c337052365.tar.bz2
plptools-d7e9657a4a70e7bffadcb962fc0411c337052365.zip
- Fixed bug in rfsv32, introduced by recent change to C++ strings:
mkdir and rmdir did not work. - Mor KDE2 related stuff.
Diffstat (limited to 'kde2/kioslave/kio_plp.h')
-rw-r--r--kde2/kioslave/kio_plp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kde2/kioslave/kio_plp.h b/kde2/kioslave/kio_plp.h
index 6768e10..d5841bb 100644
--- a/kde2/kioslave/kio_plp.h
+++ b/kde2/kioslave/kio_plp.h
@@ -60,15 +60,16 @@ private:
char driveChar(const QString& path);
- void createVirtualDirEntry(KIO::UDSEntry & entry, bool rdonly);
+ void createVirtualDirEntry(KIO::UDSEntry & entry, bool rdonly, int type);
void completeUDSEntry(KIO::UDSEntry& entry, PlpDirent &e, bool rom);
- bool checkForError(Enum<rfsv::errs> res);
+ bool checkForError(Enum<rfsv::errs> res, QString name1 = QString(0), QString name2 = QString(0));
bool isRomDrive(const QString& path);
bool isDrive(const QString& path);
bool isRoot(const QString& path);
void convertName(QString &path);
bool emitTotalSize(QString &name);
QString uid2mime(PlpDirent &e);
+ int checkSpecial(const QString& path);
rfsv *plpRfsv;
ppsocket *plpRfsvSocket;