Changeset 1810
- Timestamp:
- 06/09/2007 22:10:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
box/chris/general/lib/server/LocalProcessStream.cpp
r1784 r1810 121 121 if(!CreatePipe(&readFromChild, &writeInChild, &secAttr, 0)) 122 122 { 123 BOX_ERROR("Failed to CreatePipe for child process: " 123 BOX_ERROR("Failed to CreatePipe for child process: " << 124 124 GetErrorMessage(GetLastError())); 125 125 THROW_EXCEPTION(ServerException, SocketPairFailed)
