Changeset 11529


Ignore:
Timestamp:
07/22/11 08:48:11 (13 years ago)
Author:
tbretz
Message:
Added getter for fNullOUtput and fEnableBacklog
File:
1 edited

Legend:

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

    r10183 r11529  
    125125    /// Switch on or off any physical output to the screen (cout or fWindow)
    126126    void SetNullOutput(bool n=true) { fIsNull=n; }
     127    bool GetNullOutput() const { return fIsNull; }
    127128
    128129    /// Switch on or off any storage in the backlog
    129130    void SetBacklog(bool n=true) { fEnableBacklog=n; }
     131    bool GetBacklog() const { return fEnableBacklog; }
    130132};
    131133
Note: See TracChangeset for help on using the changeset viewer.