Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/dbus/qdbusmessage.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    5454#include "qdbusutil_p.h"
    5555
     56
     57
    5658QT_BEGIN_NAMESPACE
    5759
     
    6466    : msg(0), reply(0), type(DBUS_MESSAGE_TYPE_INVALID),
    6567      timeout(-1), localReply(0), ref(1), delayedReply(false), localMessage(false),
    66       parametersValidated(false)
     68      parametersValidated(false)
    6769{
    6870}
     
    130132        msg = q_dbus_message_new_method_call(data(d_ptr->service.toUtf8()), d_ptr->path.toUtf8(),
    131133                                             data(d_ptr->interface.toUtf8()), d_ptr->name.toUtf8());
     134
    132135        break;
    133136    case DBUS_MESSAGE_TYPE_METHOD_RETURN:
     
    290293
    291294    // no complex types seen
    292     // optimise by using the variant list itself
     295    // optimie by using the variant list itself
    293296    QDBusMessage retval;
    294297    QDBusMessagePrivate *d = retval.d_ptr;
     
    450453    }
    451454
    452     // the reply must have a msg or be a local-loop optimisation
     455    // the reply must have a msg or be a local-loop optimiation
    453456    Q_ASSERT(reply.d_ptr->reply || reply.d_ptr->localMessage);
    454457    return reply;
     
    469472    }
    470473
    471     // the reply must have a msg or be a local-loop optimisation
     474    // the reply must have a msg or be a local-loop optimiation
    472475    Q_ASSERT(reply.d_ptr->reply || reply.d_ptr->localMessage);
    473476    return reply;
     
    642645{
    643646    return d_ptr->delayedReply;
     647
     648
     649
     650
     651
     652
     653
     654
     655
     656
     657
     658
     659
     660
     661
     662
     663
     664
     665
     666
     667
     668
     669
     670
     671
     672
     673
     674
     675
     676
     677
     678
     679
     680
     681
     682
     683
     684
     685
    644686}
    645687
     
    760802QT_END_NAMESPACE
    761803
     804
Note: See TracChangeset for help on using the changeset viewer.