VirtualBox

Changeset 57754 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 15, 2015 11:16:38 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102678
Message:

Committed too much.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/DragAndDrop/service.cpp

    r57753 r57754  
    279279        /* Note: New since protocol version 2. */
    280280        case DragAndDropSvc::GUEST_DND_CONNECT:
    281         {
    282             /*
    283              * Never block the initial connect call, as the clients do this when
    284              * initializing and might get stuck if drag and drop is set to "disabled" at
    285              * that time.
    286              */
    287             rc = VINF_SUCCESS;
    288             break;
    289         }
     281            /* Fall through is intentional. */
    290282        case DragAndDropSvc::GUEST_DND_HG_ACK_OP:
    291             /* Fall through is intentional. */
    292283        case DragAndDropSvc::GUEST_DND_HG_REQ_DATA:
    293             /* Fall through is intentional. */
    294284        case DragAndDropSvc::GUEST_DND_HG_EVT_PROGRESS:
    295285        {
     
    691681    }
    692682
    693 #undef DO_HOST_CALLBACK
    694 
    695683    /*
    696684     * If async execution is requested, we didn't notify the guest yet about
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