Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 29, 2006, 9:33:34 AM (18 years ago)
Author:
patrick
Message:

proxy control commands implementation, specialy reconnection command

File:
1 edited

Legend:

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

    r9570 r9599  
    3737
    3838  MSGID_PROXY_NEWCLIENT,                       //!< informs the master server about a new client
    39   MSGID_PROXY_LEAVECLIENT                      //!< informs the master and other proxy servers about a leaving client
     39  MSGID_PROXY_LEAVECLIENT,                     //!< informs the master and other proxy servers about a leaving client
     40  MSGID_PROXY_COMMAND,                         //!< command handler: delivers commands from and to proxies/clients
    4041};
    4142
Note: See TracChangeset for help on using the changeset viewer.