VirtualBox

Ignore:
Timestamp:
Aug 11, 2009 3:38:59 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50951
Message:

Main: the big XML settings rework. Move XML reading/writing out of interface implementation code into separate layer so it can handle individual settings versions in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp

    r21878 r22173  
    4141 * Initializes the error info object with the given error details.
    4242 */
    43 HRESULT VirtualBoxErrorInfo::init (HRESULT aResultCode, const GUID *aIID,
    44                                    const char *aComponent, const char *aText,
    45                                    IVirtualBoxErrorInfo *aNext)
     43HRESULT VirtualBoxErrorInfo::init(HRESULT aResultCode,
     44                                  const GUID *aIID,
     45                                  const char *aComponent,
     46                                  const Utf8Str &strText,
     47                                  IVirtualBoxErrorInfo *aNext)
    4648{
    4749    mResultCode = aResultCode;
     
    5153
    5254    mComponent = aComponent;
    53     mText = aText;
     55    mText = strText;
    5456    mNext = aNext;
    5557
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette