Changeset 44970 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Mar 11, 2013 9:59:05 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r44528 r44970 7 7 8 8 /* 9 * Copyright (C) 2006-201 1Oracle Corporation9 * Copyright (C) 2006-2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 266 266 mIsBasicAvailable = gotSomething; 267 267 mIsFullAvailable = gotAll; 268 269 mErrorInfo = info; 268 270 269 271 AssertMsg(gotSomething, ("Nothing to fetch!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.