Added clearPlaceView().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1937 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-11-12 22:55:15 +00:00
parent 14024fbd23
commit ac42d81217
3 changed files with 18 additions and 3 deletions
@@ -1,5 +1,5 @@
//
// $Id: TestClient.java,v 1.10 2002/10/01 04:44:39 shaper Exp $
// $Id: TestClient.java,v 1.11 2002/11/12 22:55:15 shaper Exp $
package com.threerings.parlor;
@@ -172,6 +172,11 @@ public class TestClient
// nothing to do because we don't create views
}
public void clearPlaceView (PlaceView view)
{
// nothing to do because we don't create views
}
public ParlorDirector getParlorDirector ()
{
return _pardtr;