[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kio/kio
From:       Andreas Hartmetz <ahartmetz () gmail ! com>
Date:       2010-01-18 21:18:05
Message-ID: 1263849485.913807.5350.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 <coolo@kde.org>
                       Waldo Bastian <bastian@kde.org>
-   Copyright (C) 2009 Andreas Hartmetz <ahartmetz@gmail.com>
+   Copyright (C) 2009, 2010 Andreas Hartmetz <ahartmetz@gmail.com>
 
    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 <ahartmetz@gmail.com>
 
+   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 <QSet>
 
 // #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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic