Ignore:
Timestamp:
Mar 23, 2011, 12:06:05 PM (13 years ago)
Author:
mies
Message:

rolled back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/messages/AribaBaseMsg.cpp

    r9684 r9694  
    4444vsznDefault(AribaBaseMsg);
    4545
    46 AribaBaseMsg::AribaBaseMsg( type_ _type, LinkID link ) :
    47         type((uint8_t)_type), link(link){
     46AribaBaseMsg::AribaBaseMsg( type_ _type,
     47        const LinkID& localLink, const LinkID& remoteLink ) :
     48        type((uint8_t)_type),
     49        localLink(localLink),remoteLink(remoteLink) {
    4850}
    4951
Note: See TracChangeset for help on using the changeset viewer.