VirtualBox

Changeset 46600 in vbox


Ignore:
Timestamp:
Jun 17, 2013 4:04:57 PM (11 years ago)
Author:
vboxsync
Message:

Main/Machine: temporary workaround

File:
1 edited

Legend:

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

    r46585 r46600  
    3737#include "Global.h"
    3838#include "Logging.h"
     39#include <iprt/stream.h>
    3940
    4041// defines
     
    263264    if (FAILED(autoCaller.rc())) return autoCaller.rc();
    264265
     266    RTPrintf("here1a\n");
    265267    /* the machine can also be in saved state for this property to change */
    266268    AutoMutableOrSavedStateDependency adep(mParent);
    267269    if (FAILED(adep.rc())) return adep.rc();
     270    RTPrintf("here1b\n");
    268271
    269272    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    287290
    288291        rc = mParent->onVRDEServerChange(/* aRestart */ TRUE);
    289     }
    290 
     292        RTPrintf("rc = %Rrc\n", rc);
     293    }
     294
     295#if 0
    291296    return rc;
     297#else
     298    return S_OK;
     299#endif
    292300}
    293301
Note: See TracChangeset for help on using the changeset viewer.

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