Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2006, 4:48:27 PM (18 years ago)
Author:
rennerc
Message:

fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.h

    r7565 r7575  
    6060    inline bool isActive() const { return this->bActive; }
    6161
    62     inline int getMaxConnections(){ return maxConnections; }
     62    inline int getMaxConnections(){ return MAX_CONNECTIONS; }
    6363
    6464    virtual void processData();
     
    9494
    9595    int                        myHostId;
    96     int                        maxConnections;
    9796   
    9897    int                        currentState;
Note: See TracChangeset for help on using the changeset viewer.