diff -r b2cc6f31363c -r 5f26f4bc574b src/ai/api/ai_execmode.hpp --- a/src/ai/api/ai_execmode.hpp Sun Mar 25 15:22:56 2007 +0000 +++ b/src/ai/api/ai_execmode.hpp Sun Mar 25 16:10:40 2007 +0000 @@ -27,6 +27,11 @@ public: /** + * The name of the class, needed by several sub-processes. + */ + static const char *GetClassName() { return "AIExecMode"; } + + /** * Creating instance of this class switches the build mode to Execute. * @note when the instance is destroyed, he restores the mode that was * current when the instance was created!