Beginnings of invocation services implementation.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@67 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: AuthResponseData.java,v 1.4 2001/05/30 23:58:31 mdb Exp $
|
||||
// $Id: AuthResponseData.java,v 1.5 2001/07/19 05:56:20 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
@@ -23,6 +23,12 @@ public class AuthResponseData extends DObject
|
||||
*/
|
||||
public String code;
|
||||
|
||||
/** The oid of this client's associated distributed object. */
|
||||
public int clientOid;
|
||||
|
||||
/** The oid to which to send invocation requests. */
|
||||
public int invOid;
|
||||
|
||||
public String toString ()
|
||||
{
|
||||
return "[code=" + code + "]";
|
||||
|
||||
Reference in New Issue
Block a user