Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9263 in orxonox.OLD for branches/proxy/src/lib/network/handshake.cc


Ignore:
Timestamp:
Jul 13, 2006, 10:11:28 AM (18 years ago)
Author:
patrick
Message:

added the new network monitor class and some minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/handshake.cc

    r9262 r9263  
    1010
    1111### File Specific:
    12    main-programmer: christoph
    13    co-programmer:
     12   main-programmer: Christoph Renner (rennerc@ee.ethz.ch)
    1413*/
    1514
    1615
    17 /* this is for debug output. It just says, that all calls to PRINT() belong to the DEBUG_MODULE_NETWORK module
    18    For more information refere to https://www.orxonox.net/cgi-bin/trac.cgi/wiki/DebugOutput
    19 */
    2016#define DEBUG_MODULE_NETWORK
    2117
     
    2420#include <cassert>
    2521#include "debug.h"
     22
     23
     24
     25
    2626
    2727Handshake::Handshake( bool server, int clientId, int networkGameManagerId, int messageManagerId )
Note: See TracChangeset for help on using the changeset viewer.