Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 12, 2006, 1:56:38 PM (19 years ago)
Author:
patrick
Message:

removing some unused variables

File:
1 edited

Legend:

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

    r9252 r9254  
    5050    inline bool isProxyServer() const { return (this->type == NET_PROXY_SERVER)? true:false; }
    5151    inline bool isClient() const { return (this->type == NET_CLIENT)? true:false; }
    52     inline bool isActive() const { return this->bActive; }
     52//     inline bool isActive() const { return this->bActive; }
    5353    inline int getMaxConnections(){ return MAX_CONNECTIONS; }
    5454
     
    8787    int                        type;                        //!< the type of this host (NET_CLIENT, NET_MASTER_SERVER,...)
    8888    int                        myHostId;                    //!< the host id of the localhost
    89     bool                       bActive;                     //!< true if this host is active
     89/*    bool                       bActive;  */                   //!< true if this host is active
    9090
    9191    std::list<int>             freeSocketSlots;             //!< list of free sockets (to ensure not to resycle sockets)
Note: See TracChangeset for help on using the changeset viewer.