Changeset 7:e0118c752a06 in vscpl


Ignore:
Timestamp:
01/19/13 15:57:15 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/xplane/hg/vscpl' '/'>, 'public')
Message:

Imported the WaitableEvent class

Files:
5 added
4 edited

Legend:

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

    r6 r7  
    2828        Waiter.h                \
    2929        ReadingBuffer.h         \
    30         WritingBuffer.h
     30        WritingBuffer.h         \
     31        WaitableEvent.h
  • src/hu/varadiistvan/scpl/io/_posix/Makefile.am

    r6 r7  
    1010        BufferedStream.cc       \
    1111        ReadingBuffer.cc        \
    12         WritingBuffer.cc
     12        WritingBuffer.cc        \
     13        WaitableEvent.cc
    1314
    1415include_vscpl_io_posixdir=$(includedir)/hu/varadiistvan/scpl/io/_posix
     
    1920        StreamBuffer.h          \
    2021        ReadingBuffer.h         \
    21         WritingBuffer.h
     22        WritingBuffer.h         \
     23        WaitableEvent.h
  • src/hu/varadiistvan/scpl/io/_win32/Makefile.am

    r6 r7  
    1313        EventFailable.h         \
    1414        Event.h                 \
    15         Waiter.h
     15        Waiter.h                \
     16        WaitableEvent.h
  • test/Makefile.am

    r6 r7  
    11INCLUDES=-I$(top_srcdir)/src -I$(top_builddir)/src
    22
    3 noinst_PROGRAMS=testthread testmutex testcondvar
     3noinst_PROGRAMS=testthread testmutex testcondvar testevent
    44
    55LDADD=../src/hu/varadiistvan/scpl/libvscpl.la
     
    1616
    1717testcondvar_SOURCES=testcondvar.cc
     18
     19testevent_SOURCES=testevent.cc
Note: See TracChangeset for help on using the changeset viewer.