Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2007, 9:36:41 PM (16 years ago)
Author:
scheusso
Message:

added class Client (rootclass of the network module for the client) and modified makefile

File:
1 edited

Legend:

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

    r217 r229  
    4141    bool queueEmpty();
    4242    // create a new listener thread
    43     void createConnection();
     43    bool createConnection();
    4444    bool closeConnection();
    4545    // add a packet to queue for the server
    4646    bool addPacket(ENetPacket *packet);
    4747    // send out all queued packets
     48    bool sendPackets();
     49    // send out all queued packets and save result in event
    4850    bool sendPackets(ENetEvent *event);
    4951    bool waitEstablished(int milisec);
Note: See TracChangeset for help on using the changeset viewer.