Changeset 33:ba64bedf956d in vscpl


Ignore:
Timestamp:
12/15/22 18:13:09 (17 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

POSIX TCP socket

Location:
src/hu/varadiistvan/scpl/io/_posix
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/scpl/io/_posix/Makefile.am

    r32 r33  
    1717        LocalConnector.cc       \
    1818        LocalClientSocket.cc    \
     19        TCPConnector.cc         \
     20        TCPClientSocket.cc      \
    1921        Acceptor.cc             \
    2022        SocketAcceptor.h        \
    21         ServerSocket.cc         \
    22         LocalServerSocket.cc
     23        ServerSocket.cc         \
     24        LocalServerSocket.cc    \
     25        TCPServerSocket.cc
    2326
    2427include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
     
    3639        LocalConnector.h        \
    3740        LocalClientSocket.h     \
     41        TCPConnector.h          \
     42        TCPClientSocket.h       \
    3843        Acceptor.h              \
    3944        SocketAcceptor.h        \
     
    4146        LocalSocket.h           \
    4247        LocalAcceptor.h         \
    43         LocalServerSocket.h
     48        LocalServerSocket.h     \
     49        TCPSocket.h             \
     50        TCPAcceptor.h           \
     51        TCPServerSocket.h
Note: See TracChangeset for help on using the changeset viewer.