Changeset 49504 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 15, 2013 1:19:45 PM (11 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r49359 r49504 639 639 protected: 640 640 641 virtual int onRemove(void) = 0; 642 641 643 /** Callback dispatcher -- must be implemented by the actual object. */ 642 644 virtual int callbackDispatcher(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb) = 0; -
trunk/src/VBox/Main/include/GuestDirectoryImpl.h
r49349 r49504 64 64 int callbackDispatcher(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb); 65 65 static Utf8Str guestErrorToString(int guestRc); 66 int onRemove(void); 66 67 static HRESULT setErrorExternal(VirtualBoxBase *pInterface, int guestRc); 67 68 /** @} */ -
trunk/src/VBox/Main/include/GuestFileImpl.h
r48819 r49504 87 87 int onFileNotify(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData); 88 88 int onGuestDisconnected(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData); 89 int onRemove(void); 89 90 int openFile(uint32_t uTimeoutMS, int *pGuestRc); 90 91 int readData(uint32_t uSize, uint32_t uTimeoutMS, void* pvData, uint32_t cbData, uint32_t* pcbRead); -
trunk/src/VBox/Main/include/GuestProcessImpl.h
r49349 r49504 77 77 inline int checkPID(uint32_t uPID); 78 78 static Utf8Str guestErrorToString(int guestRc); 79 int onRemove(void); 79 80 int readData(uint32_t uHandle, uint32_t uSize, uint32_t uTimeoutMS, void *pvData, size_t cbData, uint32_t *pcbRead, int *pGuestRc); 80 81 static HRESULT setErrorExternal(VirtualBoxBase *pInterface, int guestRc); -
trunk/src/VBox/Main/include/GuestSessionImpl.h
r49349 r49504 365 365 static Utf8Str guestErrorToString(int guestRc); 366 366 HRESULT isReadyExternal(void); 367 int onRemove(void); 367 368 int onSessionStatusChange(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData); 368 369 int startSessionInternal(int *pGuestRc);
Note:
See TracChangeset
for help on using the changeset viewer.