Changeset 29957 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 1, 2010 3:21:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62239
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r29580 r29957 573 573 HRESULT teleporterSrcReadACK(TeleporterStateSrc *pState, const char *pszWhich, const char *pszNAckMsg = NULL); 574 574 HRESULT teleporterSrcSubmitCommand(TeleporterStateSrc *pState, const char *pszCommand, bool fWaitForAck = true); 575 int teleporterTrg(PVM pVM, IMachine *pMachine, bool fStartPaused, Progress *pProgress); 575 HRESULT teleporterTrg(PVM pVM, IMachine *pMachine, Utf8Str *pErrorMsg, bool fStartPaused, 576 Progress *pProgress, bool *pfPowerOffOnFailure); 576 577 static DECLCALLBACK(int) teleporterTrgServeConnection(RTSOCKET Sock, void *pvUser); 577 578 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.