Ignore:
Timestamp:
12/29/12 10:15:44 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the local client socket

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.