- Timestamp:
- Nov 17, 2009, 1:55:46 PM (15 years ago)
- Location:
- source/ariba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.h
r6919 r6941 277 277 NetworkChangeDetection networkMonitor; 278 278 #endif 279 279 280 /// list of all remote addresses of links to end-points 280 281 class endpoint_reference { … … 308 309 void send( Message* message, const LinkDescriptor& descriptor ); 309 310 310 311 312 311 /// state of the base communication 313 312 bool started; -
source/ariba/utility/visual/DddVis.cpp
r6919 r6941 98 98 << getTimestamp() << del 99 99 << getNetworkName(network) << del 100 << "null" << del 100 101 << 0 << del; 101 102
Note:
See TracChangeset
for help on using the changeset viewer.