Updated to use new Client-reference-free style.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6398 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -9,5 +9,5 @@ import com.threerings.presents.client.InvocationReceiver.Registration;
|
||||
*/
|
||||
public interface RegistrationService
|
||||
{
|
||||
void registerReceiver(Client client, Registration registration);
|
||||
void registerReceiver(Registration registration);
|
||||
}
|
||||
|
||||
@@ -41,5 +41,5 @@ public interface TimeBaseService extends InvocationService
|
||||
/**
|
||||
* Requests the oid of the specified time base object be fetched.
|
||||
*/
|
||||
void getTimeOid (Client client, String timeBase, GotTimeBaseListener listener);
|
||||
void getTimeOid (String timeBase, GotTimeBaseListener listener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user