Changeset 3601 for source/ariba/utility


Ignore:
Timestamp:
May 18, 2009, 8:40:13 AM (15 years ago)
Author:
Christoph Mayer
Message:

-merge from pp branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/messages/Message.h

    r3037 r3601  
    111111         */
    112112        inline Message( const Data& data ) :
    113                 srcAddr(NULL),destAddr(NULL),ctrlInfo(NULL) {
     113                srcAddr(NULL),destAddr(NULL),ctrlInfo(NULL), releasePayload(true) {
    114114                this->payload = data.clone();
    115115//              this->root = shared_array<uint8_t>((uint8_t*)data.getBuffer());
Note: See TracChangeset for help on using the changeset viewer.