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.11 2002/10/01 04:44:39 shaper Exp $ // $Id: TestClient.java,v 1.12 2002/11/12 22:55:15 shaper Exp $
package com.threerings.crowd.client; package com.threerings.crowd.client;
@@ -123,6 +123,11 @@ public class TestClient
{ {
// nothing to do because we don't create views // nothing to do because we don't create views
} }
public void clearPlaceView (PlaceView view)
{
// nothing to do because we don't create views
}
} }
protected Client _client; protected Client _client;
@@ -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; package com.threerings.parlor;
@@ -172,6 +172,11 @@ public class TestClient
// nothing to do because we don't create views // 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 () public ParlorDirector getParlorDirector ()
{ {
return _pardtr; return _pardtr;
@@ -1,5 +1,5 @@
// //
// $Id: TestClient.java,v 1.13 2002/10/01 04:44:40 shaper Exp $ // $Id: TestClient.java,v 1.14 2002/11/12 22:55:15 shaper Exp $
package com.threerings.whirled; package com.threerings.whirled;
@@ -154,6 +154,11 @@ public class TestClient
// nothing to do because we don't create views // nothing to do because we don't create views
} }
public void clearPlaceView (PlaceView view)
{
// nothing to do because we don't create views
}
public SceneDirector getSceneDirector () public SceneDirector getSceneDirector ()
{ {
return _scdir; return _scdir;