Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9861 in orxonox.OLD for branches/new_class_id/src/lib/util/debug.h


Ignore:
Timestamp:
Oct 1, 2006, 1:37:36 PM (18 years ago)
Author:
bensch
Message:

Changed the ShellBuffer to DebugBuffer, as the dependency is only one way, and it makes no sense for the rest of Orxonox Modules to know the Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/debug.h

    r9860 r9861  
    2727
    2828#include "defs/confincl.h"
    29 #ifndef NO_SHELL
    30 #include "lib/shell/shell_buffer.h"
    31 #endif /* NO_SHELL */
     29#ifndef NO_BUFFER
     30#include "debug_buffer.h"
     31#endif /* NO_BUFFER */
    3232
    3333#include <stdio.h>
     
    114114#endif
    115115#ifndef NO_SHELL
    116 #define PRINT_EXEC       OrxShell::ShellBuffer::addBufferLineStatic
     116#define PRINT_EXEC       DebugBuffer::addBufferLineStatic
    117117#define COUT_EXEC        std::cout
    118118#else /* NO_SHELL */
Note: See TracChangeset for help on using the changeset viewer.