Changeset 17:5ef53c7a9598 in xplcommon
- Timestamp:
- 12/29/12 10:54:48 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/xplcommon
- Files:
-
- 11 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/Makefile.am
r6 r17 22 22 include_xplcommondir=$(includedir)/xplcommon 23 23 include_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 -
src/xplcommon/WaitableEvent.h
r9 r17 30 30 #ifndef XPLCOMMON_WAITABLEEVENT_H 31 31 #define XPLCOMMON_WAITABLEEVENT_H 32 //------------------------------------------------------------------------------ 33 34 #include "Failable.h" 35 32 36 //------------------------------------------------------------------------------ 33 37 -
src/xplcommon/Waiter.h
r14 r17 30 30 #ifndef XPLCOMMON_WAITER_H 31 31 #define XPLCOMMON_WAITER_H 32 //------------------------------------------------------------------------------ 33 34 #include "Failable.h" 35 32 36 //------------------------------------------------------------------------------ 33 37
Note:
See TracChangeset
for help on using the changeset viewer.