Files @ r25200:4496417abe2b
Branch filter:

Location: cpp/openttd-patchpack/source/src/network/core/CMakeLists.txt

Patric Stout
Codechange: remove always-empty "address" from NetworkContentSocketHandler

When ever you saw this debug lines (which you never should), they
showed an empty address. It is also not very useful to have, as it
always points to a known server anyway.
add_files(
    address.cpp
    address.h
    config.h
    core.cpp
    core.h
    game.h
    host.cpp
    host.h
    os_abstraction.h
    packet.cpp
    packet.h
    tcp.cpp
    tcp.h
    tcp_admin.cpp
    tcp_admin.h
    tcp_connect.cpp
    tcp_content.cpp
    tcp_content.h
    tcp_game.cpp
    tcp_game.h
    tcp_http.cpp
    tcp_http.h
    tcp_listen.h
    udp.cpp
    udp.h
)