You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2006/11/11 00:52:54 UTC

svn commit: r473586 - /incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/api/CompilerContext.java

Author: assaf
Date: Fri Nov 10 15:52:53 2006
New Revision: 473586

URL: http://svn.apache.org/viewvc?view=rev&rev=473586
Log:
Removed CompilerContext methods not implemented by BpelCompiler

Modified:
    incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/api/CompilerContext.java

Modified: incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/api/CompilerContext.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/api/CompilerContext.java?view=diff&rev=473586&r1=473585&r2=473586
==============================================================================
--- incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/api/CompilerContext.java (original)
+++ incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/api/CompilerContext.java Fri Nov 10 15:52:53 2006
@@ -84,10 +84,7 @@
     OActivity compile(Activity child)
             throws CompilationException;
 
-    OActivity compileSLC(final Activity source)
-            throws CompilationException;
-
-    OScope compileSLC(ScopeLikeActivity child, Variable[] variables);
+    OScope compileSLC(ScopeLikeActivity child);
 
     OPartnerLink resolvePartnerLink(String name)
             throws CompilationException;