Changeset 42358 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 24, 2012 12:35:19 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79437
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r42354 r42358 173 173 GuestProcessWaitResult GetResult(void) { return mWaitResult; } 174 174 175 int Signal(ProcessWaitResult enmResult, int rc = VINF_SUCCESS);175 int Signal(ProcessWaitResult_T enmResult, int rc = VINF_SUCCESS); 176 176 177 177 protected: -
trunk/src/VBox/Main/include/GuestProcessImpl.h
r42354 r42358 94 94 int prepareExecuteEnv(const char *pszEnv, void **ppvList, ULONG *pcbList, ULONG *pcEnvVars); 95 95 int sendCommand(uint32_t uFunction, uint32_t uParms, PVBOXHGCMSVCPARM paParms); 96 int signalWaiters(ProcessWaitResult enmWaitResult, int rc = VINF_SUCCESS);96 int signalWaiters(ProcessWaitResult_T enmWaitResult, int rc = VINF_SUCCESS); 97 97 static DECLCALLBACK(int) startProcessThread(RTTHREAD Thread, void *pvUser); 98 98 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.