Ignore:
Timestamp:
01/02/13 06:50:19 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Eliminated the double storage of the Overlappable instances in the children of Completer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/win32/LocalAcceptor.cc

    r22 r23  
    4040LocalAcceptor::LocalAcceptor(LocalServerSocketBase* socket, const char* name) :
    4141    Completer(socket),
    42     socket(*socket),
    4342    accepted(false)
    4443{
     
    5857    }
    5958
     59    LocalServerSocketBase& socket = getServerSocket();
    6060    if (!socket.createNamedPipe(path)) {
    6161        return false;
Note: See TracChangeset for help on using the changeset viewer.