Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/functions/qdatetimefns_p.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the QtXmlPatterns module of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8989     *
    9090     * @ingroup Patternist_functions
    91      * @author Frans Englich <fenglich@trolltech.com>
     91     * @author Frans Englich <frans.englich@nokia.com>
    9292     */
    9393    template<typename TSubClass>
     
    106106     *
    107107     * @ingroup Patternist_functions
    108      * @author Frans Englich <fenglich@trolltech.com>
     108     * @author Frans Englich <frans.englich@nokia.com>
    109109     */
    110110    class YearsFromDurationFN : public ExtractFromDurationFN<YearsFromDurationFN>
     
    118118     *
    119119     * @ingroup Patternist_functions
    120      * @author Frans Englich <fenglich@trolltech.com>
     120     * @author Frans Englich <frans.englich@nokia.com>
    121121     */
    122122    class MonthsFromDurationFN : public ExtractFromDurationFN<MonthsFromDurationFN>
     
    130130     *
    131131     * @ingroup Patternist_functions
    132      * @author Frans Englich <fenglich@trolltech.com>
     132     * @author Frans Englich <frans.englich@nokia.com>
    133133     */
    134134    class DaysFromDurationFN : public ExtractFromDurationFN<DaysFromDurationFN>
     
    142142     *
    143143     * @ingroup Patternist_functions
    144      * @author Frans Englich <fenglich@trolltech.com>
     144     * @author Frans Englich <frans.englich@nokia.com>
    145145     */
    146146    class HoursFromDurationFN : public ExtractFromDurationFN<HoursFromDurationFN>
     
    154154     *
    155155     * @ingroup Patternist_functions
    156      * @author Frans Englich <fenglich@trolltech.com>
     156     * @author Frans Englich <frans.englich@nokia.com>
    157157     */
    158158    class MinutesFromDurationFN : public ExtractFromDurationFN<MinutesFromDurationFN>
     
    166166     *
    167167     * @ingroup Patternist_functions
    168      * @author Frans Englich <fenglich@trolltech.com>
     168     * @author Frans Englich <frans.englich@nokia.com>
    169169     */
    170170    class SecondsFromDurationFN : public ExtractFromDurationFN<SecondsFromDurationFN>
     
    188188     *
    189189     * @ingroup Patternist_functions
    190      * @author Frans Englich <fenglich@trolltech.com>
     190     * @author Frans Englich <frans.englich@nokia.com>
    191191     */
    192192    template<typename TSubClass>
     
    206206     *
    207207     * @ingroup Patternist_functions
    208      * @author Frans Englich <fenglich@trolltech.com>
     208     * @author Frans Englich <frans.englich@nokia.com>
    209209     */
    210210    class YearFromAbstractDateTimeFN : public ExtractFromDateTimeFN<YearFromAbstractDateTimeFN>
     
    219219     *
    220220     * @ingroup Patternist_functions
    221      * @author Frans Englich <fenglich@trolltech.com>
     221     * @author Frans Englich <frans.englich@nokia.com>
    222222     */
    223223    class DayFromAbstractDateTimeFN : public ExtractFromDateTimeFN<DayFromAbstractDateTimeFN>
     
    233233     *
    234234     * @ingroup Patternist_functions
    235      * @author Frans Englich <fenglich@trolltech.com>
     235     * @author Frans Englich <frans.englich@nokia.com>
    236236     */
    237237    class HoursFromAbstractDateTimeFN : public ExtractFromDateTimeFN<HoursFromAbstractDateTimeFN>
     
    247247     *
    248248     * @ingroup Patternist_functions
    249      * @author Frans Englich <fenglich@trolltech.com>
     249     * @author Frans Englich <frans.englich@nokia.com>
    250250     */
    251251    class MinutesFromAbstractDateTimeFN : public ExtractFromDateTimeFN<MinutesFromAbstractDateTimeFN>
     
    261261     *
    262262     * @ingroup Patternist_functions
    263      * @author Frans Englich <fenglich@trolltech.com>
     263     * @author Frans Englich <frans.englich@nokia.com>
    264264     */
    265265    class SecondsFromAbstractDateTimeFN : public ExtractFromDateTimeFN<SecondsFromAbstractDateTimeFN>
     
    275275     *
    276276     * @ingroup Patternist_functions
    277      * @author Frans Englich <fenglich@trolltech.com>
     277     * @author Frans Englich <frans.englich@nokia.com>
    278278     */
    279279    class TimezoneFromAbstractDateTimeFN : public ExtractFromDateTimeFN<TimezoneFromAbstractDateTimeFN>
     
    287287     *
    288288     * @ingroup Patternist_functions
    289      * @author Frans Englich <fenglich@trolltech.com>
     289     * @author Frans Englich <frans.englich@nokia.com>
    290290     */
    291291    class MonthFromAbstractDateTimeFN : public ExtractFromDateTimeFN<MonthFromAbstractDateTimeFN>
Note: See TracChangeset for help on using the changeset viewer.