Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/doc/Executor


Ignore:
Timestamp:
Sep 30, 2008, 7:49:48 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Executor

    v2 v3  
    9090
    9191=== ExecutorStatic ===
    92 ExecutorStatic accepts only [wiki:Functor#FunctorStatic]. Read the linked chapter for more information.
     92ExecutorStatic accepts only a [wiki:Functor#FunctorStatic FunctorStatic]. Read the linked chapter for more information.
    9393
    9494=== ExecutorMember ===
    95 ExecutorMember accepts only [wiki:Functor#FunctorMember]. Read the linked chapter for more information. To call an ExecutorMember, just use it like FunctorMember:
     95ExecutorMember accepts only a [wiki:Functor#FunctorMember FunctorMember]. Read the linked chapter for more information. To call an ExecutorMember, just use it like FunctorMember:
    9696{{{
    9797class SomeClass