Added type to generateReport().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5563 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-19 19:43:36 +00:00
parent 13c9f01b6e
commit 9a67119557
5 changed files with 15 additions and 9 deletions
@@ -36,7 +36,7 @@ public interface PeerProvider extends InvocationProvider
/**
* Handles a {@link PeerService#generateReport} request.
*/
void generateReport (ClientObject caller, InvocationService.ResultListener arg1)
void generateReport (ClientObject caller, String arg1, InvocationService.ResultListener arg2)
throws InvocationException;
/**