Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2008, 9:45:05 PM (16 years ago)
Author:
scheusso
Message:

further changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/ConnectionManager.h

    r1666 r1705  
    5151
    5252#include "PacketBuffer.h"
    53 #include "PacketManager.h"
    5453#include "packet/Packet.h"
    5554
     
    7372
    7473  class ConnectionManager{
    75   public:
     74    public:
     75    static boost::recursive_mutex enet_mutex;
    7676    ConnectionManager();
    7777    //ConnectionManager(ClientInformation *head);
     
    9595    void disconnectClient(ClientInformation *client);
    9696    void syncClassid(int clientID);
    97     bool sendWelcome(int clientID, int shipID, bool allowed);
    9897
    9998  private:
     
    109108    //bool createShip(ClientInformation *client);
    110109    bool removeShip(ClientInformation *client);
    111     bool addFakeConnectRequest(ENetEvent *ev);
    112110    PacketBuffer buffer;
    113     PacketGenerator packet_gen;
    114111
    115112    ENetHost *server;
     
    119116
    120117    boost::thread *receiverThread_;
    121     static boost::recursive_mutex enet_mutex_;
    122118    static ConnectionManager *instance_;
    123119
Note: See TracChangeset for help on using the changeset viewer.