Added code to establish the time delta between the client and server

clocks immediately following authentication.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1398 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-28 21:56:38 +00:00
parent f9980f9353
commit 2f1a67077a
7 changed files with 390 additions and 28 deletions
@@ -1,5 +1,5 @@
//
// $Id: ClientDObjectMgr.java,v 1.13 2002/02/10 04:19:34 mdb Exp $
// $Id: ClientDObjectMgr.java,v 1.14 2002/05/28 21:56:38 mdb Exp $
package com.threerings.presents.client;
@@ -134,7 +134,7 @@ public class ClientDObjectMgr
notifyFailure(oid);
} else if (obj instanceof PongResponse) {
Log.info("Got pong.");
_client.gotPong((PongResponse)obj);
} else if (obj instanceof ObjectAction) {
ObjectAction act = (ObjectAction)obj;