Changeset 4983
- Timestamp:
- Jul 16, 2009, 10:59:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.h
r4582 r4983 144 144 void stop(); 145 145 146 /* 147 * Check whether the base communication has been started up 148 */ 149 bool isStarted(); 150 151 146 152 /** 147 153 * Establishes a link to another end-point. … … 336 342 337 343 seqnum_t currentSeqnum; 344 345 /** 346 * state of the base communication 347 */ 348 bool basecommStarted; 349 338 350 }; 339 351
Note:
See TracChangeset
for help on using the changeset viewer.