Ignore:
Timestamp:
01/19/13 16:21:52 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Imported the I/O library for POSIX and the pseudo-random generator

File:
1 edited

Legend:

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

    r7 r8  
    88        Waitable.cc             \
    99        Waiter.cc               \
     10        WaitableEvent.cc        \
    1011        BufferedStream.cc       \
    1112        ReadingBuffer.cc        \
    1213        WritingBuffer.cc        \
    13         WaitableEvent.cc
     14        Socket.cc               \
     15        Connector.cc            \
     16        ClientSocket.cc         \
     17        LocalConnector.cc       \
     18        LocalClientSocket.cc    \
     19        Acceptor.cc             \
     20        ServerSocket.cc         \
     21        LocalServerSocket.cc
    1422
    1523include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
     
    1725        Waitable.h              \
    1826        Waiter.h                \
     27        WaitableEvent.h         \
    1928        BufferedStream.h        \
    2029        StreamBuffer.h          \
    2130        ReadingBuffer.h         \
    2231        WritingBuffer.h         \
    23         WaitableEvent.h
     32        Socket.h                \
     33        Connector.h             \
     34        ClientSocket.h          \
     35        LocalConnector.h        \
     36        LocalClientSocket.h     \
     37        Acceptor.h              \
     38        ServerSocket.h          \
     39        LocalSocket.h           \
     40        LocalAcceptor.h         \
     41        LocalServerSocket.h
Note: See TracChangeset for help on using the changeset viewer.