From 095cbfb9708429fe3222f3427aeee75c3a1fdc47 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 23 Oct 2001 20:26:30 +0000 Subject: [PATCH] Stub implementation of handleLeaveFailed(). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@531 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/parlor/client/TableDirector.java | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/java/com/threerings/parlor/client/TableDirector.java b/src/java/com/threerings/parlor/client/TableDirector.java index ff37adf64..ae22b1598 100644 --- a/src/java/com/threerings/parlor/client/TableDirector.java +++ b/src/java/com/threerings/parlor/client/TableDirector.java @@ -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.