languages/cpp/debugger/debuggerdcopinterface.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
#ifndef DEBUGGERDCOPINTERFACE_H
00012
#define DEBUGGERDCOPINTERFACE_H
00013
00014
#include <dcopobject.h>
00015
00019 class DebuggerDCOPInterface :
public DCOPObject
00020 {
00021 K_DCOP
00022
public:
00023
00024 k_dcop:
00025
virtual ASYNC
slotDebugExternalProcess() = 0;
00026 };
00027
00028
#endif
This file is part of the documentation for KDevelop Version 3.0.4.