VirtualBox

忽略:
時間撮記:
2015-10-13 上午11:49:33 (9 年 以前)
作者:
vboxsync
訊息:

DnD: Updates.

  • Introduced protocol changelog in DragAndDropSvc.h.
  • Implemented protocol v3 with HOST_DND_HG_SND_DATA_HDR message for doing proper object accounting, among other parameters like checksumming and compression flags.
  • Encapsulated a lot of functionality in class hierarchies.
  • Renamed a lot of functions to make the usage more clear.
  • Various other bugfixes.
檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp

    r58069 r58212  
    284284        RTPathChangeToUnixSlashes(pszPathNative, true /* fForce */);
    285285
    286         char *pszPathURI = RTUriCreate("file" /* pszScheme */, "/" /* pszAuthority */,
     286        char *pszPathURI = RTUriCreate("file" /* pszScheme */, NULL /* pszAuthority */,
    287287                                       pszPathNative, NULL /* pszQuery */, NULL /* pszFragment */);
    288288        if (pszPathURI)
     
    486486
    487487RTCString DnDURIList::RootToString(const RTCString &strPathBase /* = "" */,
    488                                    const RTCString &strSeparator /* = "\r\n" */)
     488                                   const RTCString &strSeparator /* = "\r\n" */) const
    489489{
    490490    RTCString strRet;
     
    504504                {
    505505                    strRet += RTCString(pszPathURI) + strSeparator;
    506                     LogFlowFunc(("URI: %s\n", strRet.c_str()));
     506                    LogFlowFunc(("URI (Base): %s\n", strRet.c_str()));
    507507                    RTStrFree(pszPathURI);
    508508                }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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