Changeset 62883 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
- Timestamp:
- Aug 2, 2016 3:51:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r62530 r62883 58 58 59 59 /** Default handler for various struct VBCLSERVICE member functions. */ 60 static intVBClServiceDefaultHandler(struct VBCLSERVICE **pSelf)60 DECLINLINE(int) VBClServiceDefaultHandler(struct VBCLSERVICE **pSelf) 61 61 { 62 RT_NOREF1(pSelf); 62 63 return VINF_SUCCESS; 63 64 } … … 66 67 * Usually used because the service is cleaned up automatically when the user 67 68 * process/X11 exits. */ 68 static voidVBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface)69 DECLINLINE(void) VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface) 69 70 { 70 71 NOREF(ppInterface);
Note:
See TracChangeset
for help on using the changeset viewer.