kdedsharedfile.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
#ifndef kdedsharedfile_h
00020
#define kdedsharedfile_h
00021
00022
#include <kdedmodule.h>
00023
#include <qstring.h>
00024
00033 class KShareFileModule :
public KDEDModule
00034 {
00035 Q_OBJECT
00036 K_DCOP
00037
public:
00038
00043
KShareFileModule(
const QCString &obj );
00044
00048
virtual ~KShareFileModule();
00049 k_dcop:
00050
00056 ASYNC
interestedIn(
const QString &resource );
00057
00063 ASYNC
removeInterestIn(
const QString &resource );
00064
00074
bool readShareFile(
const QString &resource );
00075
00081
bool readUnshareFile(
const QString &resource );
00082
00090
bool writeLockFile(
const QString &resource);
00091
00097
bool writeUnlockFile(
const QString &resource );
00098
00099
private:
00100
class KShareFileModulePrivate;
00101 KShareFileModulePrivate *d;
00102 };
00103
00104
#endif
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
This file is part of the documentation for kitchensync Library Version 3.3.0.