Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2007, 11:30:17 PM (16 years ago)
Author:
nicolasc
Message:

cleaned up network, builds with CML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merger/src/network/Server.h

    r278 r285  
    22// C++ Interface: Server
    33//
    4 // Description: 
     4// Description:
    55//
    66//
     
    1616#include <string>
    1717
    18 #include "network/ConnectionManager.h"
    19 #include "network/PacketManager.h"
     18#include "ConnectionManager.h"
     19#include "PacketManager.h"
    2020
    2121
    2222namespace network{
    23  
     23
    2424  /**
    2525   * This class is the root class of the network module for a server.
     
    3131    Server(int port, std::string bindAddress);
    3232    Server(int port, const char *bindAddress);
    33    
     33
    3434    private:
    3535    ConnectionManager connection;
    36    
    37    
    38    
    39    
    40    
    41    
    42    
     36
     37
     38
     39
     40
     41
     42
    4343  };
    44  
    45  
    46  
    47  
    48  
     44
     45
     46
     47
     48
    4949}
    5050
Note: See TracChangeset for help on using the changeset viewer.