- Timestamp:
- Aug 7, 2007 8:51:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r4053 r4056 4017 4017 } 4018 4018 4019 /** 4019 /** 4020 4020 * Fetches the list of global or machine shared folders from the server. 4021 * 4021 * 4022 4022 * @param aGlobal true to fetch global folders. 4023 4023 * … … 4046 4046 if (online) 4047 4047 oldFolders = mMachineSharedFolders; 4048 4048 4049 4049 mMachineSharedFolders.clear(); 4050 4050 … … 4082 4082 { 4083 4083 /* a new machine folder is added or 4084 /* the existing machine folder is changed */4084 * the existing machine folder is changed */ 4085 4085 if (mSharedFolders.find (name) != mSharedFolders.end()) 4086 4086 ; /* the console folder exists, nothing to do */ … … 4135 4135 } 4136 4136 4137 /** 4137 /** 4138 4138 * Searches for a shared folder with the given name in the list of machine 4139 4139 * shared folders and then in the list of the global shared folders. 4140 * 4140 * 4141 4141 * @param aName Name of the folder to search for. 4142 4142 * @param aIt Where to store the pointer to the found folder. … … 4164 4164 } 4165 4165 4166 /** 4166 /** 4167 4167 * Calls the HGCM service to add a shared folder definition. 4168 * 4168 * 4169 4169 * @param aName Shared folder name. 4170 4170 * @param aHostPath Shared folder path. … … 4227 4227 } 4228 4228 4229 /** 4229 /** 4230 4230 * Calls the HGCM service to remove the shared folder definition. 4231 * 4231 * 4232 4232 * @param aName Shared folder name. 4233 4233 *
Note:
See TracChangeset
for help on using the changeset viewer.