From f9bfe75219bd2bb48e7b5ac33dd714bc478bf65f Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 13 Aug 2001 13:36:07 +0000 Subject: [PATCH] Added helma.framework.core.RequestEvaluator field so that ESLoader can construct a wrapper with the right prototype for path elements. --- src/FESI/Interpreter/Evaluator.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FESI/Interpreter/Evaluator.java b/src/FESI/Interpreter/Evaluator.java index 3380641a..fb1aa27a 100644 --- a/src/FESI/Interpreter/Evaluator.java +++ b/src/FESI/Interpreter/Evaluator.java @@ -44,6 +44,8 @@ public class Evaluator { // used to stop thread, 06.12.99 Hannes Wallnoefer public volatile Thread thread; + // used to retrieve wrappers with correct Prototype for path elements in ESLoader + public helma.framework.core.RequestEvaluator reval; private static String eol = System.getProperty("line.separator", "\n");