VirtualBox

Changeset 42216 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 18, 2012 6:09:54 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79232
Message:

Build fix.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestProcessImpl.h

    r42214 r42216  
    115115        RTSEMEVENT               mEvent;
    116116    } mData;
    117 
    118     friend GuestSession; /* Let's be friends! */
    119117};
    120118
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r42214 r42216  
    353353    if (it != mData.mCallbacks.end())
    354354    {
    355         std::auto_ptr<GuestCtrlCallback> pCallback = it->second;
    356         AssertPtr(pCallback.get());
     355        GuestCtrlCallback *pCallback = it->second;
     356        AssertPtr(pCallback);
    357357
    358358        int rc;
     
    745745    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    746746
    747     com::SafeArray<BYTE> data(aData);
     747    com::SafeArray<BYTE> data(ComSafeArrayInArg(aData));
    748748    int rc = writeData(aHandle, data.raw(), data.size(), aTimeoutMS, aWritten);
    749749    /** @todo Do setError() here. */
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