diff flys-client/src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java @ 1370:9085cffbb7c4

Made the URL of Artifact server available via ServletContext parameter. flys-client/trunk@3075 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 25 Oct 2011 13:41:05 +0000
parents 4c65c5b60a86
children 28eb4dfe2cbf
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java	Tue Oct 25 13:32:16 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java	Tue Oct 25 13:41:05 2011 +0000
@@ -10,9 +10,6 @@
  */
 public interface MapOutputServiceAsync {
 
-    public void doOut(
-        Collection collection,
-        String     serverUrl,
-        AsyncCallback<Void> callback);
+    public void doOut(Collection collection, AsyncCallback<Void> callback);
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org