Ignore:
Timestamp:
May 26, 2009, 4:27:55 PM (15 years ago)
Author:
Christoph Mayer
Message:

-einige fixed bzgl. link management, fehlerhafte serialisierer, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/EndpointDescriptor.h

    r3690 r3705  
    100100
    101101sznBeginDefault( ariba::communication::EndpointDescriptor, X ) {
    102         X && VO(locator);
     102        uint8_t unspec = isUnspec;
     103
     104        X && unspec && VO(locator);
     105
     106        // when deserializing reset unspec flag
     107        if (X.isDeserializer()) isUnspec = unspec;
    103108} sznEnd();
    104109
Note: See TracChangeset for help on using the changeset viewer.