Changeset 21686 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Jul 17, 2009 1:41:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r21622 r21686 64 64 class ATL_NO_VTABLE VirtualBox : 65 65 public VirtualBoxBaseWithChildrenNEXT, 66 public VirtualBoxSupportErrorInfoImpl <VirtualBox, IVirtualBox>,67 public VirtualBoxSupportTranslation <VirtualBox>,66 public VirtualBoxSupportErrorInfoImpl <VirtualBox, IVirtualBox>, 67 public VirtualBoxSupportTranslation <VirtualBox>, 68 68 VBOX_SCRIPTABLE_IMPL(IVirtualBox) 69 69 #ifdef RT_OS_WINDOWS … … 359 359 RWLockHandle *hardDiskTreeLockHandle() { return &mHardDiskTreeLockHandle; } 360 360 361 RWLockHandle *snapshotTreeLockHandle() { return &mSnapshotTreeLockHandle; }362 363 361 /* for VirtualBoxSupportErrorInfoImpl */ 364 362 static const wchar_t *getComponentName() { return L"VirtualBox"; } … … 509 507 RWLockHandle mHardDiskTreeLockHandle; 510 508 RWLockHandle mChildrenMapLockHandle; 511 RWLockHandle mSnapshotTreeLockHandle;512 509 513 510 static Bstr sVersion;
Note:
See TracChangeset
for help on using the changeset viewer.