Changeset 4060 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 7, 2007 12:09:47 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r4056 r4060 4121 4121 rc = removeSharedFolder (it->first); 4122 4122 /* create the global folder if there is any */ 4123 SharedFolderDataMap::const_iterator it =4123 SharedFolderDataMap::const_iterator git = 4124 4124 mGlobalSharedFolders.find (it->first); 4125 if ( it != mGlobalSharedFolders.end())4126 rc = createSharedFolder ( it->first,it->second);4125 if (git != mGlobalSharedFolders.end()) 4126 rc = createSharedFolder (git->first, git->second); 4127 4127 } 4128 4128 }
Note:
See TracChangeset
for help on using the changeset viewer.