Support for broadcasting with either a custom attention level

(for system messages), or a custom mode (for user broadcasts).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5693 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-03-25 21:23:32 +00:00
parent 52cedb5bdb
commit a419ed8455
6 changed files with 30 additions and 22 deletions
@@ -44,5 +44,5 @@ public interface CrowdPeerService extends InvocationService
/**
* Dispatches a broadcast message on this peer.
*/
void deliverBroadcast (Client client, Name from, String bundle, String msg, boolean attention);
void deliverBroadcast (Client client, Name from, byte levelOrMode, String bundle, String msg);
}