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

Implemented basic test program for the sockets

File:
1 edited

Legend:

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

    r15 r18  
    9494    LocalAcceptor& getAcceptor();
    9595
     96protected:
     97    /**
     98     * Indicate if the waitable is ready, i.e. there is no need to
     99     * wait for it.
     100     */
     101    virtual bool isReady();
     102
     103    /**
     104     * Handle the given events.
     105     */
     106    virtual void handleEvents(short events);
     107
    96108    friend class LocalAcceptor;
    97109};
Note: See TracChangeset for help on using the changeset viewer.