Source: observer_stub.h


Annotated List
Files
Globals
Hierarchy
Index
/****************************************************************************
**
** 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 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 


class Observer_stub : virtual public DCOPStub
{
public:
    Observer_stub( const QCString& app, const QCString& id );
    Observer_stub( DCOPClient* client, const QCString& app, const QCString& id );
    virtual void killJob( int progressId );
    virtual KIO::MetaData metadata( int progressId );
protected:
    Observer_stub() : DCOPStub( never_use ) {};
};


#endif

Generated by: caleb on tcdevel on Tue Jan 28 12:54:15 2003, using kdoc $.