Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2011, 1:22:11 AM (13 years ago)
Author:
landauf
Message:

added function to register new output contexts.
OutputManager owns helper functions to return names of output levels and contexts.
OutputStream now also seems to compile and link with msvc.

File:
1 edited

Legend:

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

    r8765 r8771  
    4040namespace test
    4141{
    42     class _UtilExport OutputStream : public std::ostringstream
     42    class OutputStream : public std::ostringstream
    4343    {
    4444        typedef std::ostream& (*EndlType)(std::ostream&);
    4545
    4646        public:
    47             OutputStream();
     47            _UtilExport OutputStream();
    4848
    49             void setOutputAttributes(OutputLevel level, OutputContext context);
     49            void _UtilExport setOutputAttributes(OutputLevel level, OutputContext context);
    5050
    5151            template <class T>
     
    7474            }
    7575
    76             void sendMessage();
     76            void _UtilExport sendMessage();
    7777
    7878            OutputLevel level_;
Note: See TracChangeset for help on using the changeset viewer.