儲存庫 vbox 的更動 63251
- 時間撮記:
- 2016-8-10 上午11:08:12 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r63250 r63251 2133 2133 int GuestSession::i_signalWaiters(GuestSessionWaitResult_T enmWaitResult, int rc /*= VINF_SUCCESS */) 2134 2134 { 2135 RT_NOREF(enmWaitResult, rc); 2136 2135 2137 /*LogFlowThisFunc(("enmWaitResult=%d, rc=%Rrc, mWaitCount=%RU32, mWaitEvent=%p\n", 2136 2138 enmWaitResult, rc, mData.mWaitCount, mData.mWaitEvent));*/ … … 2388 2390 GuestSessionStatus_T *pSessionStatus, int *pGuestRc) 2389 2391 { 2392 RT_NOREF(fWaitFlags); 2390 2393 AssertPtrReturn(pEvent, VERR_INVALID_POINTER); 2391 2394 … … 2469 2472 const std::vector<FileCopyFlag_T> &aFlags, ComPtr<IProgress> &aProgress) 2470 2473 { 2474 RT_NOREF(aSource, aDestination, aFlags, aProgress); 2471 2475 ReturnComNotImplemented(); 2472 2476 } … … 2621 2625 const std::vector<DirectoryCopyFlags_T> &aFlags, ComPtr<IProgress> &aProgress) 2622 2626 { 2627 RT_NOREF(aSource, aDestination, aFlags, aProgress); 2623 2628 ReturnComNotImplemented(); 2624 2629 } … … 2627 2632 const std::vector<DirectoryCopyFlags_T> &aFlags, ComPtr<IProgress> &aProgress) 2628 2633 { 2634 RT_NOREF(aSource, aDestination, aFlags, aProgress); 2629 2635 ReturnComNotImplemented(); 2630 2636 } … … 2633 2639 const std::vector<DirectoryCopyFlags_T> &aFlags, ComPtr<IProgress> &aProgress) 2634 2640 { 2641 RT_NOREF(aSource, aDestination, aFlags, aProgress); 2635 2642 ReturnComNotImplemented(); 2636 2643 } … … 2688 2695 BOOL aSecure, com::Utf8Str &aDirectory) 2689 2696 { 2697 RT_NOREF(aMode, aSecure); 2690 2698 LogFlowThisFuncEnter(); 2691 2699 … … 2851 2859 ComPtr<IProgress> &aProgress) 2852 2860 { 2861 RT_NOREF(aFlags); 2853 2862 LogFlowThisFuncEnter(); 2854 2863 … … 3028 3037 ComPtr<IGuestFile> &aFile) 3029 3038 { 3039 RT_NOREF(aTemplateName, aMode, aPath, aSecure, aFile); 3030 3040 ReturnComNotImplemented(); 3031 3041 } … … 3367 3377 const std::vector<FsObjMoveFlags_T> &aFlags, ComPtr<IProgress> &aProgress) 3368 3378 { 3379 RT_NOREF(aSource, aDestination, aFlags, aProgress); 3369 3380 ReturnComNotImplemented(); 3370 3381 } … … 3372 3383 HRESULT GuestSession::fsObjSetACL(const com::Utf8Str &aPath, BOOL aFollowSymlinks, const com::Utf8Str &aAcl, ULONG aMode) 3373 3384 { 3385 RT_NOREF(aPath, aFollowSymlinks, aAcl, aMode); 3374 3386 ReturnComNotImplemented(); 3375 3387 } … … 3523 3535 HRESULT GuestSession::symlinkCreate(const com::Utf8Str &aSource, const com::Utf8Str &aTarget, SymlinkType_T aType) 3524 3536 { 3537 RT_NOREF(aSource, aTarget, aType); 3525 3538 ReturnComNotImplemented(); 3526 3539 } … … 3529 3542 3530 3543 { 3544 RT_NOREF(aSymlink, aExists); 3531 3545 ReturnComNotImplemented(); 3532 3546 } … … 3535 3549 com::Utf8Str &aTarget) 3536 3550 { 3551 RT_NOREF(aSymlink, aFlags, aTarget); 3537 3552 ReturnComNotImplemented(); 3538 3553 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器