Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2007, 10:18:11 PM (16 years ago)
Author:
scheusso
Message:

created base-class Synchronisable; the files are still quite empty

File:
1 edited

Legend:

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

    r211 r230  
    1414
    1515#include <iostream>
     16#include <string>
    1617// enet library for networking support
    1718#include <enet/enet.h>
     
    4445    public:
    4546    ConnectionManager();
    46     ConnectionManager(int port, int address);
     47    ConnectionManager(int port, const char *address);
     48    ConnectionManager(int port, std::string address);
    4749    ENetPacket *getPacket(ENetAddress &address); // thread1
    4850    // check wheter the packet queue is empty
Note: See TracChangeset for help on using the changeset viewer.