More progress. Brought things into line with the Party services which now

provide some of what we were going to provide with the Parlor services.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@403 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-06 00:25:29 +00:00
parent def7b5802d
commit 7d3e13dba4
6 changed files with 55 additions and 99 deletions
@@ -1,11 +1,16 @@
//
// $Id: TestController.java,v 1.1 2001/10/03 03:45:44 mdb Exp $
// $Id: TestController.java,v 1.2 2001/10/06 00:25:29 mdb Exp $
package com.threerings.parlor.test;
import com.threerings.cocktail.party.client.PlaceView;
import com.threerings.parlor.client.GameController;
public class TestController extends GameController
{
// nothing doing
public PlaceView createPlaceView ()
{
// nothing doing
return null;
}
}