cvsservicedcopIface.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #include <qstring.h>
00013 #include <dcopobject.h>
00014
00015 #ifndef __CVSSERVICEDCOPIFACE_H_
00016 #define __CVSSERVICEDCOPIFACE_H_
00017
00020 class CVSServiceDCOPIface : virtual public DCOPObject
00021 {
00022 K_DCOP
00023 k_dcop:
00024 virtual void slotJobExited( bool normalExit, int exitStatus ) = 0;
00025 virtual void slotReceivedOutput( QString someOutput ) = 0;
00026 virtual void slotReceivedErrors( QString someErrors ) = 0;
00027 };
00028
00029 #endif
This file is part of the documentation for KDevelop Version 3.1.2.