Ignore:
Timestamp:
Jun 29, 2009, 11:10:20 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
Location:
source/ariba/communication/messages
Files:
2 edited

Legend:

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

    r3690 r4582  
    7474
    7575        switch( getType() ){
    76                 case LINK_STATE_DATA:           return "LINK_STATE_DATA";
     76                case LINK_STATE_DATA:                   return "LINK_STATE_DATA";
    7777                case LINK_STATE_OPEN_REQUEST:   return "LINK_STATE_OPEN_REQUEST";
    7878                case LINK_STATE_OPEN_REPLY:     return "LINK_STATE_OPEN_REPLY";
    7979                case LINK_STATE_CLOSE_REQUEST:  return "LINK_STATE_CLOSE_REQUEST";
    80                 case LINK_STATE_UPDATE:         return "LINK_STATE_UPDATE";
    81                 default:                        "unknown";
     80                case LINK_STATE_UPDATE:                 return "LINK_STATE_UPDATE";
     81                default:                                                "unknown";
    8282        }
    8383
  • source/ariba/communication/messages/AribaBaseMsg.h

    r3690 r4582  
    7171        } LINK_STATE;
    7272
    73         AribaBaseMsg(   const Address* address    = NULL,
     73        AribaBaseMsg(
     74                        const Address* address    = NULL,
    7475                        LINK_STATE _state         = LINK_STATE_DATA,
    7576                        const LinkID& _localLink  = LinkID::UNSPECIFIED,
Note: See TracChangeset for help on using the changeset viewer.