VirtualBox

Changeset 43002 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 27, 2012 3:47:19 PM (12 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r42948 r43002  
    177177        {
    178178            mProcInfo.mCommand = strDest;
    179             mProcInfo.mName = strDest;
     179            if (mProcInfo.mName.isEmpty())
     180                mProcInfo.mName = strDest;
    180181        }
    181182
     
    194195                        Utf8Str const &strFileSource, const Utf8Str &strFileDest,
    195196                        bool fOptional, uint32_t *pcbSize);
    196     int runFile(GuestSession *pSession, GuestProcessStartupInfo &procInfo);
     197    int runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo);
    197198
    198199    /** Files to handle. */
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