Created services for distributing delta times over the network which are

interpreted according to a globally established base time.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1404 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-28 23:14:06 +00:00
parent 9b88def20b
commit 587e89ef24
6 changed files with 411 additions and 1 deletions
@@ -1,5 +1,5 @@
//
// $Id: PresentsServer.java,v 1.21 2002/05/28 22:25:44 mdb Exp $
// $Id: PresentsServer.java,v 1.22 2002/05/28 23:14:06 mdb Exp $
package com.threerings.presents.server;
@@ -63,6 +63,9 @@ public class PresentsServer
// create our invocation manager
invmgr = new InvocationManager(omgr);
// initialize the time base services
TimeBaseProvider.init(invmgr, omgr);
// register our invocation service providers
registerProviders(PresentsConfig.getProviders());
}