Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 26, 2006, 3:14:17 PM (18 years ago)
Author:
patrick
Message:

extended the sharednetworkdata inteface. now synchronizeables should also be removed on proxy servers by message handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/message_manager.h

    r9491 r9492  
    4040enum RecieverType
    4141{
    42   RT_ALL_BUT_ME = 1,   //!< message is sent to all users
     42  RT_ALL_BUT_ME = 1,   //!< message is sent to all users but myself
    4343  RT_ALL_ME,           //!< message is sent to all users
    4444  RT_USER,             //!< message is only sent to reciever
Note: See TracChangeset for help on using the changeset viewer.