KDevelop API Documentation

debuggerdcopinterface.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2003 Hamish Rodda <rodda@kde.org>                       *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
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
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:46 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003