VirtualBox

Ignore:
Timestamp:
Jul 7, 2014 1:03:49 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94779
Message:

Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the object state handling, and moving all caller synchronization to one file. Also eliminated a not so vital template (AutoCallerBase) by much simpler inheritance. Theoretically has no visible effects, the behavior should be identical. Done as a preparation for reimplementing the caller synchronization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r51498 r51903  
    17971797    AutoCaller autoCaller(this);
    17981798
    1799     LogFlowThisFunc(("state=%d\n", autoCaller.state()));
     1799    LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
    18001800    if (!autoCaller.isOk())
    18011801    {
     
    23382338    AutoCaller autoCaller(this);
    23392339
    2340     LogFlowThisFunc(("state=%d\n", autoCaller.state()));
     2340    LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
    23412341    if (!autoCaller.isOk())
    23422342    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette