SVN commit 1076777 by ahartmetz: - Add / update copyright - Put the internal classes into the KIO namespace to prevent symbol clashes M +1 -1 scheduler.cpp M +21 -2 scheduler_p.h --- trunk/KDE/kdelibs/kio/kio/scheduler.cpp #1076776:1076777 @@ -1,7 +1,7 @@ /* This file is part of the KDE libraries Copyright (C) 2000 Stephan Kulow Waldo Bastian - Copyright (C) 2009 Andreas Hartmetz + Copyright (C) 2009, 2010 Andreas Hartmetz This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public --- trunk/KDE/kdelibs/kio/kio/scheduler_p.h #1076776:1076777 @@ -1,10 +1,29 @@ +/* This file is part of the KDE libraries + Copyright (C) 2009, 2010 Andreas Hartmetz + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + #ifndef SCHEDULER_P_H #define SCHEDULER_P_H #include // #define SCHEDULER_DEBUG +namespace KIO { + class SlaveKeeper : public QObject { Q_OBJECT @@ -77,9 +96,7 @@ }; -namespace KIO { class SchedulerPrivate; -} class SerialPicker { @@ -137,4 +154,6 @@ int m_runningJobsCount; }; +} // namespace KIO + #endif //SCHEDULER_P_H