VirtualBox

忽略:
時間撮記:
2019-4-10 下午03:11:29 (6 年 以前)
作者:
vboxsync
訊息:

DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp

    r78089 r78093  
    266266    Msg.setNextUInt32(uScreenId);
    267267
    268     int rc = GuestDnDInst()->hostCall(Msg.getType(), Msg.getCount(), Msg.getParms());
     268    int rc = GUESTDNDINST()->hostCall(Msg.getType(), Msg.getCount(), Msg.getParms());
    269269    if (RT_SUCCESS(rc))
    270270    {
    271         GuestDnDResponse *pResp = GuestDnDInst()->response();
     271        GuestDnDResponse *pResp = GUESTDNDINST()->response();
    272272        AssertPtr(pResp);
    273273
     
    348348
    349349    /* Dito. */
    350     GuestDnDResponse *pResp = GuestDnDInst()->response();
     350    GuestDnDResponse *pResp = GUESTDNDINST()->response();
    351351    AssertPtr(pResp);
    352352
     
    961961    AssertPtrReturn(pCtx, VERR_INVALID_POINTER);
    962962
    963     GuestDnD *pInst = GuestDnDInst();
     963    GuestDnD *pInst = GUESTDNDINST();
    964964    if (!pInst)
    965965        return VERR_INVALID_POINTER;
     
    10961096    AssertPtr(pCtx->mpResp);
    10971097
    1098     GuestDnD *pInst = GuestDnDInst();
     1098    GuestDnD *pInst = GUESTDNDINST();
    10991099    if (!pInst)
    11001100        return VERR_INVALID_POINTER;
     
    12011201    AssertPtr(pCtx->mpResp);
    12021202
    1203     GuestDnD *pInst = GuestDnDInst();
     1203    GuestDnD *pInst = GUESTDNDINST();
    12041204    if (!pInst)
    12051205        return VERR_INVALID_POINTER;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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