Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2006, 1:38:36 PM (18 years ago)
Author:
bensch
Message:

multiple generic inclusion of Executors, better and nicer interface for include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/shell/shell_command.h

    r9728 r9740  
    99#include "base_object.h"
    1010
    11 #include "executor/executor.h"
    12 
    1311/// THIS IS USED TO LOAD CONSTANT AND STATIC FUNCTIONS EASILY.
    14 #include "executor/executor_functional.h"
    15 #define EXECUTOR_FUNCTIONAL_USE_CONST
    16 #include "executor/executor_functional.h"
    17 #define EXECUTOR_FUNCTIONAL_USE_STATIC
    18 #include "executor/executor_functional.h"
    19 
     12#include "executor/functor_member.h"
     13#include "executor/functor_const_member.h"
     14#include "executor/functor_static.h"
    2015
    2116#include "shell_completion_plugin.h"
Note: See TracChangeset for help on using the changeset viewer.