Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2008, 1:14:56 AM (16 years ago)
Author:
landauf
Message:

missed some files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy2/src/util/Exception.h

    r2171 r2257  
    8686               Note: Don't place this code in Exception c'tor because getTypeName() \
    8787               is still pure virtual at that time. */                               \
    88             COUT(4) << this->getFullDescription() << std::endl;                     \
     88            COUT(1) << this->getFullDescription() << std::endl;                     \
    8989        }                                                                           \
    9090                                                                                    \
    9191        ExceptionName##Exception(const std::string& description)                    \
    9292                  : Exception(description)                                          \
    93         { COUT(4) << this->getFullDescription() << std::endl; }                     \
     93        { COUT(1) << this->getFullDescription() << std::endl; }                     \
    9494                                                                                    \
    9595        ~ExceptionName##Exception() throw() { }                                     \
Note: See TracChangeset for help on using the changeset viewer.