summaryrefslogtreecommitdiffstats
path: root/kshutdown/kshutdowniface_stub.h
blob: f4334249d44052576ac6956440251f8ca3534dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/****************************************************************************
**
** 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