Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 1, 2009, 4:40:28 PM (15 years ago)
Author:
scheusso
Message:

cleaned up a little bit in connection handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/network/ClientConnection.h

    r5738 r5851  
    5454    inline bool isConnected(){ return this->established_; }
    5555  private:
    56     virtual void addClient(ENetEvent* event);
    57     virtual void disconnectPeer(ENetEvent* event);
     56    virtual void addPeer(ENetEvent* event);
     57    virtual void removePeer(ENetEvent* event);
    5858   
    5959    bool disconnectConnection();
Note: See TracChangeset for help on using the changeset viewer.