No need to tell subscribers about lock release.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@173 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ReleaseLockEvent.java,v 1.2 2001/08/04 00:39:44 mdb Exp $
|
// $Id: ReleaseLockEvent.java,v 1.3 2001/08/04 01:05:12 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj;
|
package com.threerings.cocktail.cher.dobj;
|
||||||
|
|
||||||
@@ -63,7 +63,8 @@ public class ReleaseLockEvent extends TypedEvent
|
|||||||
{
|
{
|
||||||
// clear this lock from the target object
|
// clear this lock from the target object
|
||||||
target.clearLock(_name);
|
target.clearLock(_name);
|
||||||
return true;
|
// no need to notify subscribers about these sorts of events
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public short getType ()
|
public short getType ()
|
||||||
|
|||||||
Reference in New Issue
Block a user