You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegraphics/kmrml/kmrml/lib/watcher_stub.h

37 lines
1003 B

//
// Generated in ../server/ via dcopidl -- needs to be in the lib tho.
// Regenerate when necessary by uncommenting the watcher.stub in
// ../server/Makefile.am
//
#ifndef __WATCHER_STUB__
#define __WATCHER_STUB__
#include <dcopstub.h>
#include <tqdict.h>
#include <tqptrlist.h>
#include <tqmap.h>
#include <tqstrlist.h>
#include <tqstringlist.h>
#include <tqtimer.h>
#include <kdedmodule.h>
#include <kprocess.h>
namespace KMrml {
class Watcher_stub : public DCOPStub
{
public:
Watcher_stub( const TQCString& app, const TQCString& id );
Watcher_stub( DCOPClient* client, const TQCString& app, const TQCString& id );
virtual bool requireDaemon( const TQCString& clientAppId, const TQString& daemonKey, const TQString& commandline, uint timeout, int numRestarts );
virtual void unrequireDaemon( const TQCString& clientAppId, const TQString& daemonKey );
virtual TQStringList runningDaemons();
protected:
Watcher_stub() : DCOPStub( never_use ) {};
};
} // namespace
#endif