Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 5, 2005, 10:37:45 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: match on Singleton dynamically

File:
1 edited

Legend:

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

    r5162 r5163  
    5454
    5555  protected:
    56     void*                            functionPointer;     //!< The pointeer to the function of the Class (or static pointer if ClassID == CL_NULL )
    57     unsigned int                     paramCount;          //!< the count of parameters
    58     unsigned int*                    parameters;          //!< Parameters
    59     bool                             isSingleton;         //!< if the Class is Singleton @todo autocheck
     56    void*                            functionPointer;                      //!< The pointeer to the function of the Class (or static pointer if ClassID == CL_NULL )
     57    unsigned int                     paramCount;                           //!< the count of parameters
     58    unsigned int*                    parameters;                           //!< Parameters
    6059    char*                            defaultStrings[FUNCTOR_MAX_ARGUMENTS];
    6160    int                              defaultInts[FUNCTOR_MAX_ARGUMENTS];
     
    6564  private:
    6665//    long                             classID;             //!< The ID of the Class associated to this Command
    67     const char*                      className;           //!< The Name of the Class associated to this Command
     66    const char*                      className;                            //!< The Name of the Class associated to this Command
    6867
    6968    // STATIC MEMBERS
    70     static tList<ShellCommandBase>*  commandList;         //!< A list of availiable commands.
     69    static tList<ShellCommandBase>*  commandList;                          //!< A list of availiable commands.
    7170};
    7271
Note: See TracChangeset for help on using the changeset viewer.