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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user