Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2011, 6:28:57 PM (13 years ago)
Author:
landauf
Message:

small changes regarding context functions and orxout()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/util/output/OutputStream.cc

    r8777 r8779  
    4848    }
    4949
    50     void OutputStream::setOutputAttributes(OutputLevel level, OutputContextFunction context)
     50    void OutputStream::setOutputAttributes(OutputLevel level, OutputContext context)
    5151    {
    5252        this->level_ = level;
    53         this->context_ = context();
     53        this->context_ = context;
    5454
    5555        this->bAcceptsOutput_ = OutputManager::getInstanceAndCreateListeners().acceptsOutput(this->level_, this->context_);
Note: See TracChangeset for help on using the changeset viewer.