VirtualBox

忽略:
時間撮記:
2015-4-24 下午02:17:57 (10 年 以前)
作者:
vboxsync
訊息:

No unique_ptr (yet).

檔案:
修改 1 筆資料

圖例:

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

    r55422 r55423  
    2727#include "AutoCaller.h"
    2828
    29 #include <algorithm> /* For std::find(). */
    30 #include <memory>    /* For unique_ptr, see #7179. */
     29#include <algorithm>        /* For std::find(). */
     30#include <memory>           /* For auto_ptr (deprecated) / unique_ptr, seee #7179. */
    3131
    3232#include <iprt/file.h>
     
    485485    LogFlowFunc(("pvUser=%p\n", pvUser));
    486486
    487     std::unique_ptr<SendDataTask> pTask(static_cast<SendDataTask*>(pvUser));
     487    std::auto_ptr<SendDataTask> pTask(static_cast<SendDataTask*>(pvUser));
    488488    AssertPtr(pTask.get());
    489489
     
    544544            pSendCtx->mData     = aData;
    545545
    546             std::unique_ptr<SendDataTask> pTask(new SendDataTask(this, pSendCtx));
     546            std::auto_ptr<SendDataTask> pTask(new SendDataTask(this, pSendCtx));
    547547            AssertReturn(pTask->isOk(), pTask->getRC());
    548548
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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