Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 8:57:19 PM (18 years ago)
Author:
patrick
Message:

receiver type is transmitted also since it is needed for message relays

File:
1 edited

Legend:

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

    r9521 r9524  
    4242typedef bool (*MessageCallback)( MessageType messageType, byte * data, int dataLength, void * someData, int senderId, int destinationId );
    4343
    44 enum RecieverType
     44typedef enum RecieverType
    4545{
    4646  RT_ALL_BUT_ME = 1,   //!< message is sent to all users but myself
     
    6767  int              senderId;                            //!< userId of the sender
    6868  int              destinationId;                       //!< userId of the destination
     69  RecieverType     recieverType;                        //!< type of the receiver
    6970  MessagePriority  priority;                            //!< priority of the messages
    7071};
Note: See TracChangeset for help on using the changeset viewer.