Initializing the invocation director reference on deserialization doesn't work
well in standalone mode. We need a way to install a director on registration. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6413 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -214,10 +214,11 @@ public class InvocationMarshaller
|
||||
* to operate in the wide world. This is called by the invocation manager when an invocation
|
||||
* provider is registered and should not be called otherwise.
|
||||
*/
|
||||
public void init (int invOid, int invCode)
|
||||
public void init (int invOid, int invCode, InvocationDirector invDir)
|
||||
{
|
||||
_invOid = invOid;
|
||||
_invCode = invCode;
|
||||
_invdir = invDir;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user