Changeset 15:b55872ac53a8 in xplcommon


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

Implemented the local client socket

Location:
src/xplcommon/posix
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/posix/LocalServerSocket.h

    r14 r15  
    5252class LocalServerSocket : public ServerSocket
    5353{
    54 private:
     54public:
    5555    /**
    5656     * Fill in the path of the socket with the given name.
     
    5858    static void setupPath(struct sockaddr_un& addr, const char* name);
    5959
     60private:
    6061    /**
    6162     * Our address (to be used when deleting the file in the
  • src/xplcommon/posix/Makefile.am

    r11 r15  
    1414        Connector.cc            \
    1515        ClientSocket.cc         \
    16         LocalServerSocket.cc
     16        LocalServerSocket.cc    \
     17        LocalClientSocket.cc
    1718
    1819include_xplcommon_posixdir=$(includedir)/xplcommon/posix
     
    3334        LocalSocket.h           \
    3435        LocalAcceptor.h         \
    35         LocalServerSocket.h
     36        LocalServerSocket.h     \
     37        LocalClientSocket.h
Note: See TracChangeset for help on using the changeset viewer.