Changeset 50618 in vbox for trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
- Timestamp:
- Feb 26, 2014 7:55:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r49948 r50618 642 642 protected: 643 643 644 virtual int onRemove(void) = 0;644 virtual int i_onRemove(void) = 0; 645 645 646 646 /** Callback dispatcher -- must be implemented by the actual object. */ 647 virtual int callbackDispatcher(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb) = 0;647 virtual int i_callbackDispatcher(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb) = 0; 648 648 649 649 protected:
Note:
See TracChangeset
for help on using the changeset viewer.