reorganization of socket/descriptor polling
commita7147c859a7b3dd39794badfcfec4b59d6aa15dd
authormgubi <mgubi@64cb5145-927a-446d-8aed-2fb7b4773692>
Sun, 14 Jun 2009 20:04:09 +0000 (14 20:04 +0000)
committermgubi <mgubi@64cb5145-927a-446d-8aed-2fb7b4773692>
Sun, 14 Jun 2009 20:04:09 +0000 (14 20:04 +0000)
treef529265820dc12d88821f2adbbccc378ebec47fe
parent3dcab23712262450955f7a4005d32bec10625822
reorganization of socket/descriptor polling

git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2729 64cb5145-927a-446d-8aed-2fb7b4773692
13 files changed:
src/src/Kernel/Abstractions/command.cpp
src/src/Kernel/Abstractions/command.hpp
src/src/System/Link/connection.cpp
src/src/System/Link/pipe_link.cpp
src/src/System/Link/pipe_link.hpp
src/src/System/Link/socket_link.cpp
src/src/System/Link/socket_link.hpp
src/src/System/Link/socket_notifier.cpp [new file with mode: 0644]
src/src/System/Link/socket_notifier.hpp [new file with mode: 0644]
src/src/System/Link/socket_server.cpp
src/src/System/Link/socket_server.hpp
src/src/System/Link/tm_link.hpp
src/src/Texmacs/Server/tm_server.cpp