Changeset 17:5ef53c7a9598 in xplcommon


Ignore:
Timestamp:
12/29/12 10:54:48 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 2 'hg:/home/ivaradi/xplane/hg/xplcommon' '/'>, 'public')
Message:

Created the public interfaces of the socket-related classes

Location:
src/xplcommon
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r6 r17  
    2222include_xplcommondir=$(includedir)/xplcommon
    2323include_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  
    3030#ifndef XPLCOMMON_WAITABLEEVENT_H
    3131#define XPLCOMMON_WAITABLEEVENT_H
     32//------------------------------------------------------------------------------
     33
     34#include "Failable.h"
     35
    3236//------------------------------------------------------------------------------
    3337
  • src/xplcommon/Waiter.h

    r14 r17  
    3030#ifndef XPLCOMMON_WAITER_H
    3131#define XPLCOMMON_WAITER_H
     32//------------------------------------------------------------------------------
     33
     34#include "Failable.h"
     35
    3236//------------------------------------------------------------------------------
    3337
Note: See TracChangeset for help on using the changeset viewer.