Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7474 in orxonox.OLD for trunk/src/lib/shell


Ignore:
Timestamp:
May 2, 2006, 6:24:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: SubString::split algorithm revisited: now it Splits Strings where Delimitters are, but it ereases the Neighbours of those delimiters, if you want it
also there is now a way to have empty Entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.cc

    r7458 r7474  
    1818#include "shell_input.h"
    1919
    20 
    21 
    2220#include "shell_command.h"
    2321#include "shell_command_class.h"
    24 #include "shell_completion.h"
    2522#include "event_handler.h"
    2623
    2724#include "debug.h"
    2825#include "compiler.h"
    29 #include "stdlibincl.h"
    3026#include "key_names.h"
    3127
Note: See TracChangeset for help on using the changeset viewer.