Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 2:57:43 PM (16 years ago)
Author:
scheusso
Message:

changed concept of threading, had to change packetbuffer (using events now)

File:
1 edited

Legend:

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

    r1377 r1409  
    6363    ClientConnection(int port, std::string address);
    6464    ClientConnection(int port, const char* address);
    65     ENetPacket *getPacket(ENetAddress &address); // thread1
    66     ENetPacket *getPacket(); // thread1
     65    //ENetPacket *getPacket(ENetAddress &address); // thread1
     66    //ENetPacket *getPacket(); // thread1
     67    ENetEvent *getEvent();
    6768    // check wheter the packet queue is empty
    6869    bool queueEmpty();
Note: See TracChangeset for help on using the changeset viewer.