Last change
on this file since 11:9adb0b9c456b was 11:9adb0b9c456b, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented the server side of the local socket
|
File size:
688 bytes
|
Rev | Line | |
---|
[3] | 1 | noinst_LTLIBRARIES=libxplcommon_posix.la
|
---|
| 2 |
|
---|
| 3 | libxplcommon_posix_la_SOURCES = \
|
---|
| 4 | Thread.cc \
|
---|
[6] | 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 \
|
---|
[11] | 15 | ClientSocket.cc \
|
---|
| 16 | LocalServerSocket.cc
|
---|
[3] | 17 |
|
---|
| 18 | include_xplcommon_posixdir=$(includedir)/xplcommon/posix
|
---|
| 19 | include_xplcommon_posix_HEADERS=\
|
---|
| 20 | Thread.h \
|
---|
| 21 | Waitable.h \
|
---|
[4] | 22 | Waiter.h \
|
---|
[6] | 23 | WaitableEvent.h \
|
---|
| 24 | WaitableBuffer.h \
|
---|
| 25 | ReadingBuffer.h \
|
---|
| 26 | WritingBuffer.h \
|
---|
| 27 | BufferedWaitable.h \
|
---|
| 28 | Acceptor.h \
|
---|
| 29 | ServerSocket.h \
|
---|
| 30 | Socket.h \
|
---|
| 31 | Connector.h \
|
---|
[11] | 32 | ClientSocket.h \
|
---|
| 33 | LocalSocket.h \
|
---|
| 34 | LocalAcceptor.h \
|
---|
| 35 | LocalServerSocket.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.