Changeset 33:ba64bedf956d in vscpl for src/hu/varadiistvan
- Timestamp:
- 12/15/22 18:13:09 (23 months ago)
- Branch:
- default
- Phase:
- public
- 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 17 17 LocalConnector.cc \ 18 18 LocalClientSocket.cc \ 19 TCPConnector.cc \ 20 TCPClientSocket.cc \ 19 21 Acceptor.cc \ 20 22 SocketAcceptor.h \ 21 ServerSocket.cc \ 22 LocalServerSocket.cc 23 ServerSocket.cc \ 24 LocalServerSocket.cc \ 25 TCPServerSocket.cc 23 26 24 27 include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix … … 36 39 LocalConnector.h \ 37 40 LocalClientSocket.h \ 41 TCPConnector.h \ 42 TCPClientSocket.h \ 38 43 Acceptor.h \ 39 44 SocketAcceptor.h \ … … 41 46 LocalSocket.h \ 42 47 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.