Author: mszefler
Date: Thu Oct 26 10:26:35 2006
New Revision: 468072

URL: http://svn.apache.org/viewvc?view=rev&rev=468072
Log:
Fixed mock compiler context

Modified:
    
incubator/ode/trunk/bpel-el-xpath20/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/MockCompilerContext.java

Modified: 
incubator/ode/trunk/bpel-el-xpath20/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/MockCompilerContext.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-el-xpath20/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/MockCompilerContext.java?view=diff&rev=468072&r1=468071&r2=468072
==============================================================================
--- 
incubator/ode/trunk/bpel-el-xpath20/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/MockCompilerContext.java
 (original)
+++ 
incubator/ode/trunk/bpel-el-xpath20/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/MockCompilerContext.java
 Thu Oct 26 10:26:35 2006
@@ -8,8 +8,12 @@
 import javax.wsdl.Operation;
 import javax.xml.namespace.QName;
 
-import org.apache.ode.bpel.compiler.bom.*;
-import org.apache.ode.bpel.compiler.api.*;
+import org.apache.ode.bpel.compiler.api.CompilationException;
+import org.apache.ode.bpel.compiler.api.CompilerContext;
+import org.apache.ode.bpel.compiler.bom.Activity;
+import org.apache.ode.bpel.compiler.bom.BpelObject;
+import org.apache.ode.bpel.compiler.bom.Expression;
+import org.apache.ode.bpel.compiler.bom.ScopeLikeActivity;
 import org.apache.ode.bpel.o.OActivity;
 import org.apache.ode.bpel.o.OElementVarType;
 import org.apache.ode.bpel.o.OExpression;
@@ -174,5 +178,8 @@
         // TODO Auto-generated method stub
         return null;
     }
-
+    public OScope compileSLC(ScopeLikeActivity child, Variable[] variables) {
+        // TODO Auto-generated method stub
+        return null;
+    }
 }


Reply via email to