VirtualBox

Changeset 14556

Show
Ignore:
Timestamp:
11/25/08 10:19:13 (1 month ago)
Author:
vboxsync
Message:

Corrected some typos in comments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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     * 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy