Changeset 56035 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- May 22, 2015 4:03:35 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r55677 r56035 2082 2082 && (fPageFusionEnabled == h.fPageFusionEnabled) 2083 2083 && (llGuestProperties == h.llGuestProperties) 2084 && (strNotificationPatterns == h.strNotificationPatterns)2085 2084 && (ioSettings == h.ioSettings) 2086 2085 && (pciAttachments == h.pciAttachments) … … 2691 2690 hw.llGuestProperties.push_back(prop); 2692 2691 } 2693 2694 elmGuestProperties.getAttributeValue("notificationPatterns", hw.strNotificationPatterns);2695 2692 } 2696 2693 … … 4853 4850 pelmProp->setAttribute("flags", prop.strFlags); 4854 4851 } 4855 4856 if (hw.strNotificationPatterns.length())4857 pelmGuestProps->setAttribute("notificationPatterns", hw.strNotificationPatterns);4858 4852 } 4859 4853
Note:
See TracChangeset
for help on using the changeset viewer.