Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 21, 2011, 6:27:30 PM (13 years ago)
Author:
landauf
Message:

moved filtering of sub-contexts from BaseWriter to a new interface SubcontextOutputListener

File:
1 edited

Legend:

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

    r8834 r8850  
    3131
    3232#include "util/UtilPrereqs.h"
    33 
    34 #include <set>
    35 #include <vector>
    36 
    37 #include "OutputListener.h"
     33#include "SubcontextOutputListener.h"
    3834
    3935namespace orxonox
    4036{
    41     class _UtilExport BaseWriter : public OutputListener
     37    class _UtilExport BaseWriter : public SubcontextOutputListener
    4238    {
    4339        public:
     
    8379
    8480            std::string name_;
    85 
    86             OutputContextMask subcontextsCheckMask_;
    87             OutputContextMask subcontextsNoCheckMask_;
    88             std::set<OutputContextSubID> subcontexts_;
    8981    };
    9082}
Note: See TracChangeset for help on using the changeset viewer.