Changeset 10:1ee8d0a23099 in vscpl for src


Ignore:
Timestamp:
01/20/13 08:41:03 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Imported the code of the blocking and data streams

Location:
src/hu/varadiistvan/scpl/io
Files:
4 added
1 edited

Legend:

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

    r8 r10  
    11SUBDIRS=
     2
     3INCLUDES = -I$(top_builddir)/src
    24
    35if TARGET_API_POSIX
     
    1214noinst_LTLIBRARIES=libvscpl_io.la
    1315
    14 libvscpl_io_la_SOURCES=
     16libvscpl_io_la_SOURCES=\
     17        BlockingStream.cc       \
     18        DataStream.cc
    1519
    1620if TARGET_API_POSIX
     
    3539        LocalSocket.h           \
    3640        LocalAcceptor.h         \
    37         LocalServerSocket.h
     41        LocalServerSocket.h     \
     42        BlockingStream.h        \
     43        DataStream.h
Note: See TracChangeset for help on using the changeset viewer.