- Timestamp:
- Mar 30, 2009 8:45:50 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45374
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp ¶
r18518 r18520 1093 1093 /* save the global registry */ 1094 1094 rc = saveSettings(); 1095 CheckComRCReturnRC (rc); 1096 1097 /* Close settings file for this machine. */ 1098 rc = machine->unlockConfig(); 1095 1099 1096 1100 /* return the unregistered machine to the caller */ -
trunk/src/VBox/Main/include/MachineImpl.h ¶
r18214 r18520 799 799 800 800 HRESULT lockConfig(); 801 public: /* To have it available in VirtualBox::UnregisterMachine. */ 801 802 HRESULT unlockConfig(); 802 803 804 protected: 803 805 /** @note This method is not thread safe */ 804 806 BOOL isConfigLocked()
Note:
See TracChangeset
for help on using the changeset viewer.