Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2009, 12:11:16 AM (14 years ago)
Author:
rgrieder
Message:

Fixed a problem with output being written directly to the Shell.
Use Shell::addOutput instead of Shell:addOutputLine now and include a new line if you want to print a whole line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/Shell.h

    r6374 r6375  
    103103            LineList::const_iterator getEndIterator() const;
    104104
    105             void addOutputLine(const std::string& line, LineType type = None);
     105            void addOutput(const std::string& text, LineType type = None);
    106106            void clearOutput();
    107107
Note: See TracChangeset for help on using the changeset viewer.