Changeset 43002 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 27, 2012 3:47:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r42948 r43002 177 177 { 178 178 mProcInfo.mCommand = strDest; 179 mProcInfo.mName = strDest; 179 if (mProcInfo.mName.isEmpty()) 180 mProcInfo.mName = strDest; 180 181 } 181 182 … … 194 195 Utf8Str const &strFileSource, const Utf8Str &strFileDest, 195 196 bool fOptional, uint32_t *pcbSize); 196 int runFile (GuestSession *pSession, GuestProcessStartupInfo &procInfo);197 int runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo); 197 198 198 199 /** Files to handle. */
Note:
See TracChangeset
for help on using the changeset viewer.