VirtualBox

儲存庫 vbox 的更動 63251


忽略:
時間撮記:
2016-8-10 上午11:08:12 (8 年 以前)
作者:
vboxsync
訊息:

Main: warnings

檔案:
修改 1 筆資料

圖例:

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

    r63250 r63251  
    21332133int GuestSession::i_signalWaiters(GuestSessionWaitResult_T enmWaitResult, int rc /*= VINF_SUCCESS */)
    21342134{
     2135    RT_NOREF(enmWaitResult, rc);
     2136
    21352137    /*LogFlowThisFunc(("enmWaitResult=%d, rc=%Rrc, mWaitCount=%RU32, mWaitEvent=%p\n",
    21362138                     enmWaitResult, rc, mData.mWaitCount, mData.mWaitEvent));*/
     
    23882390                                        GuestSessionStatus_T *pSessionStatus, int *pGuestRc)
    23892391{
     2392    RT_NOREF(fWaitFlags);
    23902393    AssertPtrReturn(pEvent, VERR_INVALID_POINTER);
    23912394
     
    24692472                               const std::vector<FileCopyFlag_T> &aFlags, ComPtr<IProgress> &aProgress)
    24702473{
     2474    RT_NOREF(aSource, aDestination, aFlags, aProgress);
    24712475    ReturnComNotImplemented();
    24722476}
     
    26212625                                    const std::vector<DirectoryCopyFlags_T> &aFlags, ComPtr<IProgress> &aProgress)
    26222626{
     2627    RT_NOREF(aSource, aDestination, aFlags, aProgress);
    26232628    ReturnComNotImplemented();
    26242629}
     
    26272632                                             const std::vector<DirectoryCopyFlags_T> &aFlags, ComPtr<IProgress> &aProgress)
    26282633{
     2634    RT_NOREF(aSource, aDestination, aFlags, aProgress);
    26292635    ReturnComNotImplemented();
    26302636}
     
    26332639                                           const std::vector<DirectoryCopyFlags_T> &aFlags, ComPtr<IProgress> &aProgress)
    26342640{
     2641    RT_NOREF(aSource, aDestination, aFlags, aProgress);
    26352642    ReturnComNotImplemented();
    26362643}
     
    26882695                                          BOOL aSecure, com::Utf8Str &aDirectory)
    26892696{
     2697    RT_NOREF(aMode, aSecure);
    26902698    LogFlowThisFuncEnter();
    26912699
     
    28512859                                               ComPtr<IProgress> &aProgress)
    28522860{
     2861    RT_NOREF(aFlags);
    28532862    LogFlowThisFuncEnter();
    28542863
     
    30283037                                     ComPtr<IGuestFile> &aFile)
    30293038{
     3039    RT_NOREF(aTemplateName, aMode, aPath, aSecure, aFile);
    30303040    ReturnComNotImplemented();
    30313041}
     
    33673377                                const std::vector<FsObjMoveFlags_T> &aFlags, ComPtr<IProgress> &aProgress)
    33683378{
     3379    RT_NOREF(aSource, aDestination, aFlags, aProgress);
    33693380    ReturnComNotImplemented();
    33703381}
     
    33723383HRESULT GuestSession::fsObjSetACL(const com::Utf8Str &aPath, BOOL aFollowSymlinks, const com::Utf8Str &aAcl, ULONG aMode)
    33733384{
     3385    RT_NOREF(aPath, aFollowSymlinks, aAcl, aMode);
    33743386    ReturnComNotImplemented();
    33753387}
     
    35233535HRESULT GuestSession::symlinkCreate(const com::Utf8Str &aSource, const com::Utf8Str &aTarget, SymlinkType_T aType)
    35243536{
     3537    RT_NOREF(aSource, aTarget, aType);
    35253538    ReturnComNotImplemented();
    35263539}
     
    35293542
    35303543{
     3544    RT_NOREF(aSymlink, aExists);
    35313545    ReturnComNotImplemented();
    35323546}
     
    35353549                                  com::Utf8Str &aTarget)
    35363550{
     3551    RT_NOREF(aSymlink, aFlags, aTarget);
    35373552    ReturnComNotImplemented();
    35383553}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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