Removed a bunch of code to generate failure responses as it's now handled
automagically! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1269 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ParlorCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $
|
||||
// $Id: ParlorCodes.java,v 1.3 2002/04/17 18:26:29 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.data;
|
||||
|
||||
@@ -31,11 +31,6 @@ public interface ParlorCodes extends InvocationCodes
|
||||
* ParlorDirector#handleInviteReceived}. */
|
||||
public static final String INVITE_RECEIVED_RESPONSE = "InviteReceived";
|
||||
|
||||
/** The response identifier for a rejceted invite request. This is
|
||||
* mapped by the invocation services to a call to {@link
|
||||
* ParlorDirector#handleInviteFailed}. */
|
||||
public static final String INVITE_FAILED_RESPONSE = "InviteFailed";
|
||||
|
||||
/** The message identifier for an invitation cancellation request or
|
||||
* notification. The notification is mapped by the invocation services
|
||||
* to a call to {@link
|
||||
@@ -70,27 +65,12 @@ public interface ParlorCodes extends InvocationCodes
|
||||
* TableDirector#handleTableCreated}. */
|
||||
public static final String TABLE_CREATED_RESPONSE = "TableCreated";
|
||||
|
||||
/** The response identifier for a create failed response. This is
|
||||
* mapped by the invocation services to a call to {@link
|
||||
* TableDirector#handleCreateFailed}. */
|
||||
public static final String CREATE_FAILED_RESPONSE = "CreateFailed";
|
||||
|
||||
/** The message identifier for a join table request. */
|
||||
public static final String JOIN_TABLE_REQUEST = "JoinTable";
|
||||
|
||||
/** The response identifier for a join failed response. This is mapped
|
||||
* by the invocation services to a call to {@link
|
||||
* TableDirector#handleJoinFailed}. */
|
||||
public static final String JOIN_FAILED_RESPONSE = "JoinFailed";
|
||||
|
||||
/** The message identifier for a leave table request. */
|
||||
public static final String LEAVE_TABLE_REQUEST = "LeaveTable";
|
||||
|
||||
/** The response identifier for a leave failed response. This is
|
||||
* mapped by the invocation services to a call to {@link
|
||||
* TableDirector#handleLeaveFailed}. */
|
||||
public static final String LEAVE_FAILED_RESPONSE = "LeaveFailed";
|
||||
|
||||
/** An error code returned when a user requests to join a table that
|
||||
* doesn't exist. */
|
||||
public static final String NO_SUCH_TABLE = "m.no_such_table";
|
||||
|
||||
Reference in New Issue
Block a user