Last change
on this file since 6:81a0ade149e1 was 6:81a0ade149e1, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented basic POSIX socket infrastructure
|
File size:
601 bytes
|
Line | |
---|
1 | noinst_LTLIBRARIES=libxplcommon_posix.la
|
---|
2 |
|
---|
3 | libxplcommon_posix_la_SOURCES = \
|
---|
4 | Thread.cc \
|
---|
5 | Waitable.cc \
|
---|
6 | Waiter.cc \
|
---|
7 | WaitableEvent.cc \
|
---|
8 | ReadingBuffer.cc \
|
---|
9 | WritingBuffer.cc \
|
---|
10 | BufferedWaitable.cc \
|
---|
11 | Acceptor.cc \
|
---|
12 | ServerSocket.cc \
|
---|
13 | Socket.cc \
|
---|
14 | Connector.cc \
|
---|
15 | ClientSocket.cc
|
---|
16 |
|
---|
17 | include_xplcommon_posixdir=$(includedir)/xplcommon/posix
|
---|
18 | include_xplcommon_posix_HEADERS=\
|
---|
19 | Thread.h \
|
---|
20 | Waitable.h \
|
---|
21 | Waiter.h \
|
---|
22 | WaitableEvent.h \
|
---|
23 | WaitableBuffer.h \
|
---|
24 | ReadingBuffer.h \
|
---|
25 | WritingBuffer.h \
|
---|
26 | BufferedWaitable.h \
|
---|
27 | Acceptor.h \
|
---|
28 | ServerSocket.h \
|
---|
29 | Socket.h \
|
---|
30 | Connector.h \
|
---|
31 | ClientSocket.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.