Bit the bullet and implemented invocation service groups so that our various
MetaSOY clients (Swiftly, World, and soon Admin Dashboard) don't have to know about a bunch of unrelated crap. Fricking complexity++, grumble. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4551 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -24,6 +24,8 @@ package com.threerings.presents.net;
|
||||
import com.threerings.io.SimpleStreamableObject;
|
||||
import com.threerings.util.StreamableArrayList;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
/**
|
||||
* A <code>BootstrapData</code> object is communicated back to the client
|
||||
* after authentication has succeeded and after the server is fully
|
||||
@@ -36,5 +38,5 @@ public class BootstrapData extends SimpleStreamableObject
|
||||
public int clientOid;
|
||||
|
||||
/** A list of handles to invocation services. */
|
||||
public StreamableArrayList services;
|
||||
public StreamableArrayList<InvocationMarshaller> services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user