Changeset 5:db1fa4c31a20 in xplcommon


Ignore:
Timestamp:
12/28/12 13:31:16 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added a generic buffer class

Location:
src/xplcommon
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r4 r5  
    99lib_LTLIBRARIES=libxplcommon.la
    1010
    11 libxplcommon_la_SOURCES=
     11libxplcommon_la_SOURCES= \
     12        Buffer.cc
    1213
    1314if TARGET_API_POSIX
     
    2425        Thread.h        \
    2526        Waiter.h        \
    26         WaitableEvent.h
     27        WaitableEvent.h \
     28        Buffer.h
Note: See TracChangeset for help on using the changeset viewer.