// // 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 #include #include #include #include #include #include #include #include namespace KMrml { class Watcher_stub : public DCOPStub { public: Watcher_stub( const QCString& app, const QCString& id ); Watcher_stub( DCOPClient* client, const QCString& app, const QCString& id ); virtual bool requireDaemon( const QCString& clientAppId, const QString& daemonKey, const QString& commandline, uint timeout, int numRestarts ); virtual void unrequireDaemon( const QCString& clientAppId, const QString& daemonKey ); virtual QStringList runningDaemons(); protected: Watcher_stub() : DCOPStub( never_use ) {}; }; } // namespace #endif