Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2008, 4:10:27 AM (16 years ago)
Author:
landauf
Message:
  • fixed bug #1 in ConfigValueContainer (callback not being called the first time)
  • fixed another bug in XMLPort, caused by the recently added support for extern types
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/Debug.h

    r1593 r1610  
    8686
    8787  #if ORX_HARD_DEBUG_LEVEL >= ORX_NONE
    88    #define COUT0  \
     88   #define COUT0 \
    8989    (getSoftDebugLevel() < ORX_NONE) ? COUT_EXEC(0) : COUT_EXEC(0)
    9090  #else
     
    9494
    9595  #if ORX_HARD_DEBUG_LEVEL >= ORX_ERROR
    96    #define COUT1  \
     96   #define COUT1 \
    9797    (getSoftDebugLevel() < ORX_ERROR) ? COUT_EXEC(1) : COUT_EXEC(1)
    9898  #else
     
    170170
    171171  #if ORX_HARD_DEBUG_LEVEL >= ORX_NONE
    172    #define CCOUT0  \
     172   #define CCOUT0 \
    173173    (getSoftDebugLevel() < ORX_NONE) ? COUT_EXEC(0) : CCOUT_EXEC(0)
    174174  #else
     
    178178
    179179  #if ORX_HARD_DEBUG_LEVEL >= ORX_ERROR
    180    #define CCOUT1  \
     180   #define CCOUT1 \
    181181    (getSoftDebugLevel() < ORX_ERROR) ? COUT_EXEC(1) : CCOUT_EXEC(1)
    182182  #else
Note: See TracChangeset for help on using the changeset viewer.