Changeset 11:9adb0b9c456b in xplcommon for src/xplcommon/posix/Acceptor.h


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

Implemented the server side of the local socket

File:
1 edited

Legend:

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

    r6 r11  
    5252class Acceptor : public ::xplcommon::Failable
    5353{
    54 private:
     54protected:
    5555    /**
    5656     * The socket we belong to.
     
    5858    ServerSocket& socket;
    5959
    60 protected:
    6160    /**
    6261     * The file descriptor accepted the last time.
Note: See TracChangeset for help on using the changeset viewer.