Changeset 50213 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 24, 2014 8:23:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r49638 r50213 249 249 250 250 /** 251 * Called by IGuestSession right before this directory gets 252 * removed from the public directory list. 251 * Called by IGuestSession right before this directory gets 252 * removed from the public directory list. 253 253 */ 254 254 int GuestDirectory::onRemove(void) … … 257 257 258 258 int vrc = VINF_SUCCESS; 259 259 260 260 LogFlowFuncLeaveRC(vrc); 261 261 return vrc;
Note:
See TracChangeset
for help on using the changeset viewer.