Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2010, 4:46:42 PM (15 years ago)
Author:
scheusso
Message:

again some structural changes in network to increase modularity/encapsulation
precondition for fixing client-disconnect bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network6/src/libraries/network/Host.cc

    r7801 r7823  
    115115    {
    116116      for (ObjectList<ChatListener>::iterator it = ObjectList<ChatListener>::begin(); it != ObjectList<ChatListener>::end(); ++it)
    117         it->incomingChat(message, CLIENTID_UNKNOWN);
     117        it->incomingChat(message, NETWORK_PEER_ID_BROADCAST);
    118118      return true;
    119119    }
Note: See TracChangeset for help on using the changeset viewer.