VirtualBox

Changeset 14556 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Nov 25, 2008 9:19:13 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39848
Message:

Corrected some typos in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/SupportErrorInfo.h

    r13856 r14556  
    6565 * This way, error/warning objects are stacked together and form a chain of
    6666 * errors where the most recent error is the first one retrieved by the
    67  * calling party, the preceeding error is what the
     67 * calling party, the preceding error is what the
    6868 * IVirtualBoxErrorInfo::next attribute of the first error points to, and so
    69  * on, upto the first error or warning occured which is the last in the
     69 * on, up to the first error or warning occurred which is the last in the
    7070 * chain. See IVirtualBoxErrorInfo documentation for more info.
    7171 *
     
    284284     *
    285285     * @param  aResultCode  Result (error) code, must not be S_OK.
    286      * @param  aIID         IID of the intrface that defines the error.
     286     * @param  aIID         IID of the interface that defines the error.
    287287     * @param  aComponent   Name of the component that sets the error (UTF8).
    288288     * @param  aText        Error message in UTF8 (must not be NULL).
    289289     *
    290      * @return @a aResultCide argument, for convenience. If an error occurs
     290     * @return @a aResultCode argument, for convenience. If an error occurs
    291291     *         while setting error info itself, that error is returned instead
    292292     *         of the @a aResultCode argument.
     
    301301    /**
    302302     * Same as #setError() except that it makes sure that aResultCode doesn't
    303      * have the error severty bit (31) set when passed down to the created
     303     * have the error severity bit (31) set when passed down to the created
    304304     * IVirtualBoxErrorInfo object.
    305305     *
Note: See TracChangeset for help on using the changeset viewer.

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