Changeset 30458 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jun 28, 2010 10:03:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_retval.py
r15532 r30458 51 51 if apiutil.FindSpecial( "server", func_name ): 52 52 continue 53 if "VBox" == apiutil.Category(func_name): 54 continue 53 55 if return_type != 'void': 54 56 print '%s SERVER_DISPATCH_APIENTRY crServerDispatch%s( %s )' % ( return_type, func_name, apiutil.MakeDeclarationString(params))
Note:
See TracChangeset
for help on using the changeset viewer.