Ignore:
Timestamp:
Jun 30, 2009, 8:00:52 AM (15 years ago)
Author:
Christoph Mayer
Message:

zurück auf 8bit, test

Location:
source/ariba/communication
Files:
2 edited

Legend:

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

    r4618 r4625  
    100100
    101101sznBeginDefault( ariba::communication::EndpointDescriptor, X ) {
    102         uint16_t unspec = isUnspec; //TODO: was uint8_t
     102        uint8_t unspec = isUnspec;
    103103
    104104        X && unspec && VO(locator);
  • source/ariba/communication/messages/AribaBaseMsg.h

    r4621 r4625  
    8585
    8686private:
    87         uint8_t state;          // the link message type //TODO: was uint8_t
     87        uint8_t state;          // the link message type
    8888        LinkID localLink;       // the local link id
    8989        LinkID remoteLink;      // the remote link id
Note: See TracChangeset for help on using the changeset viewer.