- Timestamp:
- Aug 17, 2009 12:19:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51162
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r22287 r22294 2668 2668 2669 2669 bool fChanged; 2670 if ( fChanged = (strOldValue != strValue))2670 if ((fChanged = (strOldValue != strValue))) 2671 2671 { 2672 2672 // ask for permission from all listeners outside the locks; -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r22228 r22294 1531 1531 1532 1532 bool fChanged; 1533 if ( fChanged = (strOldValue != strValue))1533 if ((fChanged = (strOldValue != strValue))) 1534 1534 { 1535 1535 // ask for permission from all listeners outside the locks;
Note:
See TracChangeset
for help on using the changeset viewer.