Changeset 47627 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 9, 2013 8:31:24 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87828
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r47469 r47627 388 388 const ComPtr<IEvent> Event(void) { return mEvent; }; 389 389 const std::list<VBoxEventType_T> Types(void) { return mEventTypes; }; 390 size_t TypeCount(void) { return mEventTypes.size(); } 390 391 virtual int Signal(IEvent *pEvent); 391 392 int Wait(RTMSINTERVAL uTimeoutMS); -
trunk/src/VBox/Main/include/GuestProcessImpl.h
r47469 r47627 77 77 inline int checkPID(uint32_t uPID); 78 78 static Utf8Str guestErrorToString(int guestRc); 79 bool isReady(void);80 79 int readData(uint32_t uHandle, uint32_t uSize, uint32_t uTimeoutMS, void *pvData, size_t cbData, uint32_t *pcbRead, int *pGuestRc); 81 80 static HRESULT setErrorExternal(VirtualBoxBase *pInterface, int guestRc); … … 97 96 * @{ */ 98 97 inline bool isAlive(void); 98 inline bool hasEnded(void); 99 99 int onGuestDisconnected(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData); 100 100 int onProcessInputStatus(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
Note:
See TracChangeset
for help on using the changeset viewer.