Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7409 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Apr 27, 2006, 9:31:43 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: first CompletionPlugin works almost :)

File:
1 edited

Legend:

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

    r7408 r7409  
    114114    if (likely(checkClass != NULL))
    115115    {
     116      printf("TEST\n");
    116117      std::vector<ShellCommand*>::const_iterator elem;
    117118      for (elem = checkClass->commandList.begin(); elem != checkClass->commandList.end(); elem++)
    118       {
    119119        if (commandName == (*elem)->getName())
    120120        {
     
    122122          return (*elem);
    123123        }
    124       }
    125       return NULL;
    126     }
    127     else
    128       return NULL;
     124    }
     125   return NULL;
    129126  }
    130127
Note: See TracChangeset for help on using the changeset viewer.