- Timestamp:
- 03/28/12 23:14:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r13209 r13259 478 478 479 479 Connection::Connection(ba::io_service& ioservice, ostream &out) : 480 MessageImp(out), tcp::socket(ioservice), fLog(0), fVerbose(true), 480 MessageImp(out), tcp::socket(ioservice), 481 fLog(0), fVerbose(true), fDebugTx(false), 481 482 fInTimeout(ioservice), fOutTimeout(ioservice), fConnectionTimer(ioservice), 482 483 fConnectionStatus(kDisconnected)
Note:
See TracChangeset
for help on using the changeset viewer.