- 時間撮記:
- 2013-11-15 下午01:19:45 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r49349 r49504 133 133 void GuestDirectory::uninit(void) 134 134 { 135 LogFlowThisFunc (("\n"));135 LogFlowThisFuncEnter(); 136 136 137 137 /* Enclose the state transition Ready->InUninit->NotReady. */ … … 246 246 247 247 return strError; 248 } 249 250 /** 251 * Called by IGuestSession right before this directory gets 252 * removed from the public directory list. 253 */ 254 int GuestDirectory::onRemove(void) 255 { 256 LogFlowThisFuncEnter(); 257 258 int vrc = VINF_SUCCESS; 259 260 LogFlowFuncLeaveRC(vrc); 261 return vrc; 248 262 } 249 263
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器