Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2005, 12:25:50 AM (18 years ago)
Author:
patrick
Message:

network: modiefied the unit test to enable diffrent modes, extended the NetworkStream constructors interface and NetworkManager interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_manager.h

    r5575 r5647  
    99#define _NETWORK_MANAGER
    1010
     11/* include this file, it contains some default definitions */
     12#include "netdefs.h"
    1113
    1214/* include base_object.h since all classes are derived from this one */
    1315#include "base_object.h"
     16
    1417
    1518/* forward declarations for the header file (include the header via #include "bla.h" in the source file) */
     
    3033  void shutdown();
    3134 
    32   NetworkStream& establishConnection(/* address, port, object reference*/);
     35  NetworkStream& establishConnection(const IPaddress& address, const Synchronizeable& sync);
     36  NetworkStream& establishConnection(const char& hostName, const Synchronizeable& sync);
    3337  void shutdownConnection();
    3438 
Note: See TracChangeset for help on using the changeset viewer.