VirtualBox

Changeset 35540 in vbox


Ignore:
Timestamp:
Jan 13, 2011 3:36:00 PM (14 years ago)
Author:
vboxsync
Message:

Comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp

    r35456 r35540  
    21232123                        }
    21242124                        else
    2125                             vrc = VERR_NO_DATA; /* This is not an error we want to report to COM. */
     2125                        {
     2126                            /* No data within specified timeout available. Use a special
     2127                             * error so that we can gently handle that case a bit below. */
     2128                            vrc = VERR_NO_DATA;
     2129                        }
    21262130                    }
    21272131                    else /* If callback not called within time ... well, that's a timeout! */
     
    21372141                    if (vrc == VERR_NO_DATA)
    21382142                    {
    2139                         /* This is not an error we want to report to COM. */
     2143                        /* If there was no output data then this is no error we want
     2144                         * to report to COM. The caller just gets back a size of 0 (zero). */
    21402145                        rc = S_OK;
    21412146                    }
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