Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9275 in orxonox.OLD


Ignore:
Timestamp:
Jul 13, 2006, 9:35:19 PM (18 years ago)
Author:
patrick
Message:

moved the monitoring files

Location:
branches/proxy/src/lib/network
Files:
4 edited
4 moved

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/Makefile.am

    r9263 r9275  
    88                      shared_network_data.cc \
    99                      network_socket.cc \
    10                       connection_monitor.cc \
    11                       network_monitor.cc \
     10                      monitor/connection_monitor.cc \
     11                      monitor/network_monitor.cc \
    1212                      network_stream.cc \
    1313                      data_stream.cc \
     
    4444                 shared_network_data.h \
    4545                 network_socket.h \
    46                  connection_monitor.h \
    47                  network_monitor.h \
     46                 monitor/connection_monitor.h \
     47                 monitor/network_monitor.h \
    4848                 network_stream.h \
    4949                 data_stream.h \
  • branches/proxy/src/lib/network/network_stream.cc

    r9271 r9275  
    2525#include "udp_socket.h"
    2626#include "udp_server_socket.h"
    27 #include "connection_monitor.h"
    28 #include "network_monitor.h"
     27#include "monitor/connection_monitor.h"
     28#include "monitor/network_monitor.h"
    2929#include "synchronizeable.h"
    3030#include "network_game_manager.h"
  • branches/proxy/src/lib/network/network_stream.h

    r9270 r9275  
    1414#include "server_socket.h"
    1515#include "handshake.h"
    16 #include "connection_monitor.h"
     16#include "monitor/connection_monitor.h"
    1717#include "udp_server_socket.h"
    1818#include "peer_info.h"
  • branches/proxy/src/lib/network/peer_info.h

    r9252 r9275  
    99#include "server_socket.h"
    1010#include "handshake.h"
    11 #include "connection_monitor.h"
     11#include "monitor/connection_monitor.h"
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.