VirtualBox

Changeset 59834 in vbox for trunk


Ignore:
Timestamp:
Feb 26, 2016 10:20:33 AM (9 years ago)
Author:
vboxsync
Message:

DnD: GuestDnDURIObjCtx::getObj() is const, logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r58370 r59834  
    397397    int createIntermediate(DnDURIObject::Type enmType = DnDURIObject::Unknown)
    398398    {
    399         LogFlowThisFuncEnter();
    400 
    401399        reset();
    402400
     
    415413        }
    416414
     415        LogThisFunc(("Returning %Rrc\n", rc));
    417416        return rc;
    418417    }
     
    432431    }
    433432
    434     DnDURIObject *getObj(void) { return pObjURI; }
     433    DnDURIObject *getObj(void) const { return pObjURI; }
    435434
    436435    bool isIntermediate(void) { return fIntermediate; }
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