Changeset 18187
- Timestamp:
- Dec 14, 2001, 2:45:19 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/kernel32/overlappedio.cpp ¶
r18186 r18187 1 /* $Id: overlappedio.cpp,v 1.1 3 2001-12-14 12:44:57sandervl Exp $ */1 /* $Id: overlappedio.cpp,v 1.14 2001-12-14 13:45:19 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 this->fFullDuplex = fFullDuplex; 36 36 37 if(lpReadHandler == NULL || lpPollHandler == NULL) {37 if(lpReadHandler == NULL) { 38 38 throw(InvalidParameter); 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.