[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /std/basic/close_lock_container.c</h2>
This file should be used in containers that wish to notify the
above container that they are able to be registered or not.
The function we_moved(object from, object to) should be called
to allow the object to add and remove itself from the correct
places.
<p>
We only worry about the open/close state, if something is open and
locked we don't care.  (I guess stuff can be locked open
anyway).<p><b>See also:</b><br><a href="#we_moved">we_moved()
</a><p>Written by Pinkfish<p>Started Thu Mar  5 16:20:10 CST 1998<h2>Inherits</h2>
This class inherits the following classes <a href="std.basic.close_lock.c.shtml">/std/basic/close_lock.c</a><h2>Method index</h2>
<dl><ul>
<li><a href="#we_moved">we_moved</a>(object, object)<br/>
This method should be called when an object is moved.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="we_moved">
we_moved</a><pre>
void we_moved(object from,
              object to)
</pre></br>
This method should be called when an object is moved.  This will
remove itself from the leaving container and add itself to the
new one.
<br/><ul>
<li><b>Parameters:</b>
<br/>from - the object we came from
<br/>to - the object we are going to

</dl>


[an error occurred while processing this directive]

