Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r33469 r33540 56 56 * 57 57 * The constructor and destructor of this structure are used to perform global 58 * module initia izaton and cleanup. There must be only one global variable of58 * module initialization and cleanup. There must be only one global variable of 59 59 * this structure. 60 60 */ … … 1650 1650 if (rc == -1) 1651 1651 { 1652 /* look if there was a forwar ed exception from the lower level */1652 /* look if there was a forwarded exception from the lower level */ 1653 1653 // if (m->trappedErr.get() != NULL) 1654 1654 // m->trappedErr->rethrow();
Note:
See TracChangeset
for help on using the changeset viewer.