Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 21, 2011, 4:50:36 PM (13 years ago)
Author:
landauf
Message:

function argument was ignored in CommandExecutor::execute()
added CoreIncludes.h to Identifier doxygen group
OutputStream sends remaining output to OutputManager before destruction

Location:
code/branches/output/src/libraries/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/core/CoreIncludes.h

    r8788 r8849  
    3434/**
    3535    @file
    36     @ingroup Object Factory
     36    @ingroup Object Factory Class Identifier
    3737    @brief Defines several very important macros used to register objects, create factories, and to work with identifiers.
    3838
  • code/branches/output/src/libraries/core/command/CommandExecutor.cc

    r8836 r8849  
    7373        int error;
    7474        CommandExecutor::queryMT(command, &error, useTcl);
    75         if (error)
     75        if (error && printErrors)
    7676            orxout(user_error) << "Can't execute \"" << command << "\", " << CommandExecutor::getErrorDescription(error) << ". (execute)" << endl;
    7777        return error;
Note: See TracChangeset for help on using the changeset viewer.