kpilot/kpilot

loggerDCOP_stub.h

00001 /****************************************************************************
00002 **
00003 ** DCOP Stub Definition created by dcopidl2cpp from loggerDCOP.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #ifndef __LOGGERDCOP_STUB__
00010 #define __LOGGERDCOP_STUB__
00011 
00012 #include <dcopstub.h>
00013 #include <dcopobject.h>
00014 
00015 
00016 class LoggerDCOP_stub : virtual public DCOPStub
00017 {
00018 public:
00019     LoggerDCOP_stub( const QCString& app, const QCString& id );
00020     LoggerDCOP_stub( DCOPClient* client, const QCString& app, const QCString& id );
00021     explicit LoggerDCOP_stub( const DCOPRef& ref );
00022     virtual ASYNC logStartSync();
00023     virtual ASYNC logEndSync();
00024     virtual ASYNC logError( QString  );
00025     virtual ASYNC logMessage( QString  );
00026     virtual ASYNC logProgress( QString , int n );
00027 protected:
00028     LoggerDCOP_stub() : DCOPStub( never_use ) {};
00029 };
00030 
00031 
00032 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys