Changeset 42358 in vbox for trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
- Timestamp:
- Jul 24, 2012 12:35:19 PM (12 years ago)
- File:
-
- 1 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:
Note:
See TracChangeset
for help on using the changeset viewer.