Changeset 40492 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 15, 2012 8:53:37 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76870
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r40487 r40492 723 723 /* commit all changes made during loading the settings file */ 724 724 commit(); // @todo r=dj why do we need a commit during init?!? this is very expensive 725 /// @todo r=klaus for some reason the settings loading logic backs up 726 // the settings, and therefore a commit is needed. Should probably be changed. 725 727 } 726 728 else -
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r40487 r40492 1165 1165 if (SUCCEEDED(rc)) 1166 1166 /* commit all changes made during the initialization */ 1167 commit(); // @todo r=dj why do we need a commit in init?!? this is very expensive 1167 commit(); /// @todo r=dj why do we need a commit in init?!? this is very expensive 1168 /// @todo r=klaus for some reason the settings loading logic backs up 1169 // the settings, and therefore a commit is needed. Should probably be changed. 1168 1170 1169 1171 /* Confirm a successful initialization when it's the case */
Note:
See TracChangeset
for help on using the changeset viewer.