/**************************************************************************** ** ** DCOP Stub Definition created by dcopidl2cpp from pwm.kidl ** ** WARNING! All changes made in this file will be lost! ** *****************************************************************************/ #ifndef __PWM_STUB__ #define __PWM_STUB__ #include #include #include #include #include #include #include #include #include #include //#include //#include class PwM_stub : virtual public DCOPStub { public: PwM_stub( const QCString& app, const QCString& id ); PwM_stub( DCOPClient* client, const QCString& app, const QCString& id ); virtual ASYNC dcop_addPwd( QString pw ); virtual bool dcop_isRunning(); protected: PwM_stub() : DCOPStub( never_use ) {}; }; #endif