Crowd peer services now forward broadcasts as well as tells. We must get the

word to the people, all the people.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4816 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-08-16 22:38:40 +00:00
parent 3204cc6266
commit d92f81af78
6 changed files with 83 additions and 28 deletions
@@ -59,6 +59,13 @@ public class CrowdPeerDispatcher extends InvocationDispatcher
throws InvocationException
{
switch (methodId) {
case CrowdPeerMarshaller.DELIVER_BROADCAST:
((CrowdPeerProvider)provider).deliverBroadcast(
source,
(Name)args[0], (String)args[1], (String)args[2], ((Boolean)args[3]).booleanValue()
);
return;
case CrowdPeerMarshaller.DELIVER_TELL:
((CrowdPeerProvider)provider).deliverTell(
source,