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.
kshutdown/kshutdown/kshutdowniface_stub.h

39 lines
1.1 KiB

/****************************************************************************
**
** DCOP Stub Definition created by dcopidl2cpp from kshutdowniface.kidl
**
** WARNING! All changes made in this file will be lost!
**
*****************************************************************************/
#ifndef __KSHUTDOWNIFACE_STUB__
#define __KSHUTDOWNIFACE_STUB__
#include <dcopstub.h>
#include <dcopobject.h>
class KShutdownIface_stub : virtual public DCOPStub
{
public:
KShutdownIface_stub( const TQCString& app, const TQCString& id );
KShutdownIface_stub( DCOPClient* client, const TQCString& app, const TQCString& id );
explicit KShutdownIface_stub( const DCOPRef& ref );
virtual ASYNC cancel();
virtual bool shutDown();
virtual bool shutdown();
virtual bool reboot();
virtual bool lockScreen();
virtual bool logout();
virtual ASYNC configure();
virtual TQString getStatusInfo();
virtual void makeInvisible();
virtual ASYNC makeVisible();
virtual ASYNC setTestMode( bool yes );
protected:
KShutdownIface_stub() : DCOPStub( never_use ) {};
};
#endif