Let the caller know that we're refusing a duplicate interesting object.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3071 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-08-13 20:48:27 +00:00
parent 439f2b2d2b
commit 79da3ac15c
4 changed files with 16 additions and 11 deletions
@@ -1,5 +1,5 @@
//
// $Id: VirtualMisoSceneModel.java,v 1.4 2004/02/25 14:43:57 mdb Exp $
// $Id: VirtualMisoSceneModel.java,v 1.5 2004/08/13 20:48:27 mdb Exp $
package com.threerings.miso.data;
@@ -21,7 +21,7 @@ public abstract class VirtualMisoSceneModel extends MisoSceneModel
}
// documentation inherited from interface
public void addObject (ObjectInfo info)
public boolean addObject (ObjectInfo info)
{
throw new UnsupportedOperationException();
}