KDevelop API Documentation

automakemanager.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002 *   Copyright (C) 2001-2002 by Bernd Gehrmann                             *
00003 *   bernd@kdevelop.org                                                    *
00004 *                                                                         *
00005 *   Copyright (C) 2002 by Victor Röder                                    *
00006 *   victor_roeder@gmx.de                                                  *
00007 *                                                                         *
00008 *   This program is free software; you can redistribute it and/or modify  *
00009 *   it under the terms of the GNU General Public License as published by  *
00010 *   the Free Software Foundation; either version 2 of the License, or     *
00011 *   (at your option) any later version.                                   *
00012 *                                                                         *
00013 ***************************************************************************/
00014 
00015 #include "automakemanager.h"
00016 
00017 AutomakeManager::AutomakeManager ()
00018 {
00019 
00020 }
00021 
00022 AutomakeManager::~AutomakeManager ()
00023 {
00024 
00025 }
00026 /*
00027 void AutomakeManager::addFileToTarget ( const QString& file, SubprojectItem* spitem, TargetItem* titem )
00028 {
00029 
00030 }
00031 
00032 void AutomakeManager::removeFileFromTarget ( const QString& file, SubprojectItem* spitem, TargetItem* titem )
00033 {
00034 
00035 }
00036 
00037 void AutomakeManager::addTargetToSubproject ( const TargetItem& titem, SubprojectItem* spitem )
00038 {
00039 
00040 }
00041 
00042 void AutomakeManager::removeTargetFromSubproject ( const TargetItem& titem, SubprojectItem* spitem )
00043 {
00044 
00045 }
00046 
00047 void AutomakeManager::addSubprojectToSubproject ( const SubprojectItem& spitemAdd, SubprojectItem* spitemTo )
00048 {
00049 
00050 }
00051 
00052 void AutomakeManager::removeSubprojectFromSubproject ( const SubprojectItem& spitemRemove, SubprojectItem* spitemFrom )
00053 {
00054 
00055 }*/
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:39 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003