Changeset 6941 for source


Ignore:
Timestamp:
Nov 17, 2009, 1:55:46 PM (14 years ago)
Author:
Christoph Mayer
Message:

-visualisierungsänderungen

Location:
source/ariba
Files:
2 edited

Legend:

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

    r6919 r6941  
    277277        NetworkChangeDetection networkMonitor;
    278278#endif
     279
    279280        /// list of all remote addresses of links to end-points
    280281        class endpoint_reference {
     
    308309        void send( Message* message, const LinkDescriptor& descriptor );
    309310
    310 
    311 
    312311        /// state of the base communication
    313312        bool started;
  • source/ariba/utility/visual/DddVis.cpp

    r6919 r6941  
    9898                                        << getTimestamp()                       << del
    9999                                        << getNetworkName(network)      << del
     100                                        << "null"                                       << del
    100101                                        << 0                                            << del;
    101102
Note: See TracChangeset for help on using the changeset viewer.