. Merge horrors fixed

. Code compile issue fixed

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4669 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-20 10:03:44 +00:00
parent 257568270d
commit 820621b8f0
2 changed files with 26 additions and 21 deletions

View File

@@ -18,6 +18,8 @@ package org.alfresco.web.api;
import java.io.IOException;
import javax.servlet.ServletContext;
/**
* API Service
*
@@ -57,4 +59,7 @@ public interface APIService
public void execute(APIRequest req, APIResponse res)
throws IOException;
public String getName();
public void init(ServletContext sc);
}