Changeset 38499 in vbox for trunk/src/VBox/Main/include/MediumImpl.h
- Timestamp:
- Aug 19, 2011 12:02:55 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73608
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r38469 r38499 177 177 Utf8Str getName(); 178 178 179 /* handles caller/locking itself */ 179 180 bool addRegistry(const Guid& id, bool fRecurse); 180 private: 181 void addRegistryImpl(const Guid& id, bool fRecurse); 182 public: 181 /* handles caller/locking itself */ 183 182 bool removeRegistry(const Guid& id, bool fRecurse); 184 183 bool isInRegistry(const Guid& id);
Note:
See TracChangeset
for help on using the changeset viewer.