- Timestamp:
- Apr 23, 2018 9:35:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h
r69500 r71972 5 5 6 6 /* 7 * Copyright (C) 2012-201 7Oracle Corporation7 * Copyright (C) 2012-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 35 35 HRESULT FinalConstruct(void); 36 36 void FinalRelease(void); 37 /** @} */ 38 39 /** @name Internal access helpers. */ 40 const GuestFsObjData &i_getData() const { return mData; } 37 41 /** @} */ 38 42
Note:
See TracChangeset
for help on using the changeset viewer.