Changeset 49760 in vbox for trunk/src/VBox/Main/include/ApplianceImpl.h
- Timestamp:
- Dec 3, 2013 5:57:11 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r49749 r49760 88 88 /* private instance data */ 89 89 private: 90 /** weak VirtualBox parent */91 90 // wrapped IAppliance properties 92 91 HRESULT getPath(com::Utf8Str &aPath); … … 109 108 HRESULT getWarnings(std::vector<com::Utf8Str> &aWarnings); 110 109 111 110 /** weak VirtualBox parent */ 112 111 VirtualBox* const mVirtualBox; 113 112
Note:
See TracChangeset
for help on using the changeset viewer.