Changeset 18848 for trunk/FACT++


Ignore:
Timestamp:
05/09/17 16:19:42 (7 years ago)
Author:
tbretz
Message:
Added getter for private members fVerbose and fDebugTx.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Connection.h

    r17917 r18848  
    149149    void SetDebugTx(bool b=true) { fDebugTx=b; }
    150150
     151    bool GetVerbose() const { return fVerbose; }
     152    bool GetDebugTx() const { return fDebugTx; }
     153
    151154    std::string URL() const { return fAddress + ":" + fPort; }
    152155
Note: See TracChangeset for help on using the changeset viewer.