Changeset 17:5ef53c7a9598 in xplcommon for src/xplcommon/Makefile.am


Ignore:
Timestamp:
12/29/12 10:54:48 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Created the public interfaces of the socket-related classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r6 r17  
    2222include_xplcommondir=$(includedir)/xplcommon
    2323include_xplcommon_HEADERS=\
    24         config.h        \
    25         types.h         \
    26         Failable.h      \
    27         Thread.h        \
    28         Waiter.h        \
    29         WaitableEvent.h \
    30         Buffer.h
     24        config.h                \
     25        types.h                 \
     26        Failable.h              \
     27        Thread.h                \
     28        Waiter.h                \
     29        WaitableEvent.h         \
     30        Buffer.h                \
     31        BufferedStream.h        \
     32        ReadingBuffer.h         \
     33        WritingBuffer.h         \
     34        Acceptor.h              \
     35        LocalAcceptor.h         \
     36        LocalSocket.h           \
     37        LocalServerSocket.h     \
     38        Connector.h             \
     39        ClientSocket.h          \
     40        LocalClientSocket.h
Note: See TracChangeset for help on using the changeset viewer.