Changeset 18848 for trunk/FACT++/src/Connection.h
- Timestamp:
- 05/09/17 16:19:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.h
r17917 r18848 149 149 void SetDebugTx(bool b=true) { fDebugTx=b; } 150 150 151 bool GetVerbose() const { return fVerbose; } 152 bool GetDebugTx() const { return fDebugTx; } 153 151 154 std::string URL() const { return fAddress + ":" + fPort; } 152 155
Note:
See TracChangeset
for help on using the changeset viewer.