Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5691 in orxonox.OLD for trunk/src/lib/util/executor/executor.h


Ignore:
Timestamp:
Nov 22, 2005, 12:21:45 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: moved functor_list.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/executor/executor.h

    r5690 r5691  
    4242
    4343    /** executes a Command @param object the object to apply this to @param parameters the parameters the command takes */
    44     virtual void execute (BaseObject* object, const void* parameters) = 0;
     44    virtual void execute (BaseObject* object, const void* parameters = NULL) = 0;
    4545
    4646    /** @returns the Type of this Function (either static or objective) */
     
    261261    } fp;
    262262
    263     virtual void execute (BaseObject* object, const void* parameters)
     263    virtual void execute (BaseObject* object, const void* parameters = NULL)
    264264    {
    265265      SubString sub((const char*) parameters, " \n\t,", '\\');
     
    323323
    324324
    325     virtual void execute (BaseObject* object, const void* parameters)
     325    virtual void execute (BaseObject* object, const void* parameters = NULL)
    326326    {
    327327  SubString sub((const char*)parameters, " \n\t,");
Note: See TracChangeset for help on using the changeset viewer.