Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5642 in orxonox.OLD for trunk/src/lib/shell/shell_command.h


Ignore:
Timestamp:
Nov 19, 2005, 12:16:12 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind sweep

File:
1 edited

Legend:

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

    r5641 r5642  
    8686
    8787  protected:
    88     unsigned int                     paramCount;                           //!< the count of parameters.
    89     unsigned int*                    parameters;                           //!< Parameters the function of this Command takes.
    9088    MultiType*                       defaultValue;                         //!< Default Values.
    9189
     
    9593
    9694    const char*                      description;                          //!< A description for this commnand. (initially NULL). Assigned with (create)->describe("blablabla");
    97     Executor*                        executor;
     95    Executor*                        executor;                             //!< The Executor, that really executes the Function.
    9896
    9997};
Note: See TracChangeset for help on using the changeset viewer.