Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 4:45:14 PM (18 years ago)
Author:
bensch
Message:

some network-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/network/tcp_socket.cc

    r7954 r9690  
    3030#include "debug.h"
    3131
     32NewObjectListDefinition(TcpSocket);
    3233/**
    3334 * Default constructor
     
    122123{
    123124  IPaddress ip;
    124  
    125   bOk = true; 
    126  
     125
     126  bOk = true;
     127
    127128  if ( SDLNet_ResolveHost( &ip, host.c_str(), port ) != 0 )
    128129  {
     
    131132    return;
    132133  }
    133  
     134
    134135  //check if not already connected or listening
    135136  if (tcpSocket)
     
    345346}
    346347#endif
    347  
     348
    348349  PRINTF(0)("QUIT READ THREAD\n");
    349  
     350
    350351  return 0;
    351352}
     
    425426
    426427  return 0;
    427  
     428
    428429}
    429430
Note: See TracChangeset for help on using the changeset viewer.