Let's not confuse terminology between one server proxying for another server

and the ProxySubscriber mechanism by which the server proxies for the client.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4730 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-06-13 22:41:41 +00:00
parent c365afa2fc
commit 2fead8208c
3 changed files with 6 additions and 6 deletions
@@ -704,8 +704,8 @@ public class PeerManager
{
_record = record;
_client = new Client(null, PresentsServer.omgr) {
protected void adjustForProxy (DObject target, DEvent event) {
super.adjustForProxy(target, event);
protected void convertFromRemote (DObject target, DEvent event) {
super.convertFromRemote(target, event);
// rewrite the event's target oid using the oid currently configured on the
// distributed object (we will have it mapped in our remote server's oid space,
// but it may have been remapped into the oid space of the local server)