Screw backwards compatibility. We're all about the future.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4786 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-07-26 20:49:13 +00:00
parent 81044c6512
commit 7a8bb7389a
5 changed files with 32 additions and 72 deletions
@@ -21,8 +21,7 @@
package com.threerings.crowd.peer.server;
import com.samskivert.io.PersistenceException;
import com.samskivert.jdbc.ConnectionProvider;
import com.samskivert.jdbc.depot.PersistenceContext;
import com.samskivert.util.Invoker;
import com.threerings.util.Name;
@@ -57,10 +56,9 @@ public class CrowdPeerManager extends PeerManager
* Creates a peer manager that integrates Crowd services across a cluster
* of servers.
*/
public CrowdPeerManager (ConnectionProvider conprov, Invoker invoker)
throws PersistenceException
public CrowdPeerManager (PersistenceContext ctx, Invoker invoker)
{
super(conprov, invoker);
super(ctx, invoker);
}
// documentation inherited from interface CrowdPeerProvider