observer_stub.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
#ifndef __OBSERVER_STUB__
00010
#define __OBSERVER_STUB__
00011
00012
#include <dcopstub.h>
00013
#include <qobject.h>
00014
#include <dcopobject.h>
00015
#include <qintdict.h>
00016
#include <kio/global.h>
00017
#include <kio/authinfo.h>
00018
#include <kio/job.h>
00019
#include <kio/skipdlg.h>
00020
#include <kio/renamedlg.h>
00021
#include <kdemacros.h>
00022
00023
00024
class Observer_stub :
virtual public DCOPStub
00025 {
00026
public:
00027 Observer_stub(
const QCString& app,
const QCString&
id );
00028 Observer_stub(
DCOPClient* client,
const QCString& app,
const QCString&
id );
00029
explicit Observer_stub(
const DCOPRef& ref );
00030
virtual void killJob(
int progressId );
00031
virtual KIO::MetaData metadata(
int progressId );
00032
protected:
00033 Observer_stub() :
DCOPStub( never_use ) {};
00034 };
00035
00036
00037
#endif
This file is part of the documentation for kio Library Version 3.3.0.