godot/drivers/unix
Fabio Alessandrelli 92067b4714 Remove "const" from PacketPeer get_packet/get_var
They are NOT constant methods, as state by the comment message,
they fetch the last packet and then forget about it, actively
changing the state of the object.
2017-12-15 17:14:17 +01:00
..
SCsub
dir_access_unix.cpp
dir_access_unix.h
file_access_unix.cpp
file_access_unix.h
ip_unix.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ip_unix.h
mutex_posix.cpp
mutex_posix.h
os_unix.cpp Drop unused OS_Unix::has_data and related logic 2017-12-10 17:05:24 +01:00
os_unix.h Style: Apply clang-format again on all files 2017-12-07 08:02:00 +01:00
packet_peer_udp_posix.cpp Remove "const" from PacketPeer get_packet/get_var 2017-12-15 17:14:17 +01:00
packet_peer_udp_posix.h Remove "const" from PacketPeer get_packet/get_var 2017-12-15 17:14:17 +01:00
rw_lock_posix.cpp Improve slang, especially in user-visible parts 2017-12-05 15:41:38 +01:00
rw_lock_posix.h
semaphore_posix.cpp
semaphore_posix.h
socket_helpers.h
stream_peer_tcp_posix.cpp Improve slang, especially in user-visible parts 2017-12-05 15:41:38 +01:00
stream_peer_tcp_posix.h
syslog_logger.cpp
syslog_logger.h
tcp_server_posix.cpp
tcp_server_posix.h
thread_posix.cpp
thread_posix.h