|
|
/**************************************************************************** ** ** DCOP Stub Definition created by dcopidl2cpp from observer.kidl ** ** WARNING! All changes made in this file will be lost! ** *****************************************************************************/ #ifndef __OBSERVER_STUB__ #define __OBSERVER_STUB__ #include <dcopstub.h> #include <qintdict.h> #include <dcopobject.h> #include <qobject.h> class Observer_stub : virtual public DCOPStub { public: Observer_stub( const QCString& app, const QCString& id ); virtual void killJob( int progressId ); }; #endif
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35. |