Modified invocation request procedure to provide a reference to the client

object that initiated the request. Implemented the invocation notification
side of things.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@76 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-07-19 19:18:07 +00:00
parent 359af834ae
commit 41488822dc
10 changed files with 238 additions and 30 deletions
@@ -1,5 +1,5 @@
//
// $Id: PresentsServer.java,v 1.7 2001/07/19 07:48:25 mdb Exp $
// $Id: PresentsServer.java,v 1.8 2001/07/19 19:18:07 mdb Exp $
package com.threerings.cocktail.cher.server;
@@ -28,7 +28,7 @@ public class CherServer
public static ClientManager clmgr;
/** The distributed object manager. */
public static DObjectManager omgr;
public static CherDObjectMgr omgr;
/** The invocation manager. */
public static InvocationManager invmgr;