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:
Michael Bayne
2001-07-19 05:56:20 +00:00
parent a372ebd342
commit 6663aae772
10 changed files with 518 additions and 17 deletions
@@ -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 + "]";