- Timestamp:
- Oct 1, 2021 12:36:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147201
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/networking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.cpp
r86128 r91511 80 80 } 81 81 82 VBoxUpdateData::VBoxUpdateData(const VBoxUpdateData &another)83 : m_strData(another.data())84 , m_enmPeriodIndex(another.periodIndex())85 , m_date(another.internalDate())86 , m_enmBranchIndex(another.branchIndex())87 , m_version(another.version())88 {89 }90 91 82 bool VBoxUpdateData::isNoNeedToCheck() const 92 83 { -
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.h
r86996 r91511 83 83 /** Constructs update description on the basis of passed @a enmPeriodIndex and @a enmBranchIndex. */ 84 84 VBoxUpdateData(PeriodType enmPeriodIndex, BranchType enmBranchIndex); 85 /** Constructs update description on the basis of @a another one. */86 VBoxUpdateData(const VBoxUpdateData &another);87 85 88 86 /** Returns whether there is no need to check. */
Note:
See TracChangeset
for help on using the changeset viewer.