Changeset 67885 in vbox for trunk/src/VBox/Main/src-server/MediumImpl.cpp
- Timestamp:
- Jul 10, 2017 4:45:06 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r67745 r67885 3811 3811 { 3812 3812 return m->size; 3813 } 3814 3815 /** 3816 * Internal method to return the medium's size. Must have caller + locking! 3817 * @return 3818 */ 3819 uint64_t Medium::i_getLogicalSize() const 3820 { 3821 return m->logicalSize; 3813 3822 } 3814 3823
Note:
See TracChangeset
for help on using the changeset viewer.