Ignore:
Timestamp:
Mar 12, 2014, 6:07:13 PM (10 years ago)
Author:
hock@…
Message:

some small fixes along the way..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r12060 r12760  
    6666
    6767BaseCommunication::BaseCommunication()
    68         : currentSeqnum( 0 ),
     68        : listenOn_endpoints(new addressing2::endpoint_set()),
     69          currentSeqnum( 0 ),
    6970          transport( NULL ),
    7071          messageReceiver( NULL ),
    71           started( false ),
    72           listenOn_endpoints(new addressing2::endpoint_set())
     72          started( false )
    7373{
    7474}
Note: See TracChangeset for help on using the changeset viewer.