Changeset 18187


Ignore:
Timestamp:
Dec 14, 2001, 2:45:19 PM (23 years ago)
Author:
sandervl
Message:

removed check for pollhandler; can be null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/overlappedio.cpp

    r18186 r18187  
    1 /* $Id: overlappedio.cpp,v 1.13 2001-12-14 12:44:57 sandervl Exp $ */
     1/* $Id: overlappedio.cpp,v 1.14 2001-12-14 13:45:19 sandervl Exp $ */
    22
    33/*
     
    3535    this->fFullDuplex = fFullDuplex;
    3636
    37     if(lpReadHandler == NULL || lpPollHandler == NULL) {
     37    if(lpReadHandler == NULL) {
    3838        throw(InvalidParameter);
    3939    }
Note: See TracChangeset for help on using the changeset viewer.