Changeset 47391 in vbox
- Timestamp:
- Jul 25, 2013 1:01:01 PM (11 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h
r45805 r47391 4 4 5 5 /* 6 * Copyright (C) 2006-201 1Oracle Corporation6 * Copyright (C) 2006-2013 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 84 84 85 85 VirtualBoxErrorInfo() 86 : m_resultCode(S_OK) 86 : m_resultCode(S_OK), 87 m_resultDetail(0) 87 88 {} 88 89 -
trunk/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp
r45805 r47391 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.