- Timestamp:
- May 18, 2009, 8:40:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/messages/Message.h
r3037 r3601 111 111 */ 112 112 inline Message( const Data& data ) : 113 srcAddr(NULL),destAddr(NULL),ctrlInfo(NULL) {113 srcAddr(NULL),destAddr(NULL),ctrlInfo(NULL), releasePayload(true) { 114 114 this->payload = data.clone(); 115 115 // this->root = shared_array<uint8_t>((uint8_t*)data.getBuffer());
Note:
See TracChangeset
for help on using the changeset viewer.