Changeset 106077 in vbox for trunk/include/VBox/com
- Timestamp:
- Sep 17, 2024 7:36:17 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r106061 r106077 181 181 { 182 182 public: 183 RWLockHandle(VBoxLockingClass lockClass );183 RWLockHandle(VBoxLockingClass lockClass, const char *pszName = NULL); 184 184 virtual ~RWLockHandle(); 185 185
Note:
See TracChangeset
for help on using the changeset viewer.