Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 10:59:54 AM (16 years ago)
Author:
rgrieder
Message:

replaced the macro constants with c++'s idea of constants in network library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/Server.cc

    r1755 r1785  
    6060namespace network
    6161{
    62   #define MAX_FAILURES 20;
    63   #define NETWORK_FREQUENCY 30
     62  const int MAX_FAILURES = 20;
     63  const int NETWORK_FREQUENCY = 30;
    6464
    6565  /**
Note: See TracChangeset for help on using the changeset viewer.