Stub implementation of handleLeaveFailed().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@531 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-23 20:26:30 +00:00
parent 1849e90797
commit 095cbfb970
@@ -1,5 +1,5 @@
//
// $Id: TableDirector.java,v 1.2 2001/10/23 20:23:29 mdb Exp $
// $Id: TableDirector.java,v 1.3 2001/10/23 20:26:30 mdb Exp $
package com.threerings.parlor.client;
@@ -269,6 +269,18 @@ public class TableManager
Log.warning("Join table failed [reason=" + reason + "].");
}
/**
* Called by the invocation services when a leave table request failed
* or was rejected for some reason.
*
* @param invid the invocation id of the leave request.
* @param reason a reason code explaining the failure.
*/
public void handleLeaveFailed (int invid, String reason)
{
Log.warning("Leave table failed [reason=" + reason + "].");
}
/**
* Checks to see if we're a member of this table and notes it as our
* table, if so.