Changeset 21542 in vbox for trunk/include
- Timestamp:
- Jul 13, 2009 2:57:51 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50015
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r21514 r21542 4 4 5 5 /* 6 * Copyright (C) 2006-200 7Sun Microsystems, Inc.6 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 589 589 /** A request was not prepared and thus could not be submitted. */ 590 590 #define VERR_FILE_AIO_NOT_PREPARED (-136) 591 /** Not all requests could be submitted due to res source shortage. */591 /** Not all requests could be submitted due to resource shortage. */ 592 592 #define VERR_FILE_AIO_INSUFFICIENT_RESSOURCES (-137) 593 /** Device or resource is busy. */ 594 #define VERR_RESOURCE_BUSY (-138) 593 595 /** @} */ 594 596
Note:
See TracChangeset
for help on using the changeset viewer.