~ubuntu-branches/ubuntu/oneiric/virtualbox-ose/oneiric

« back to all changes in this revision

Viewing changes to include/VBox/hgcmsvc.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
 
318
318
typedef VBOXHGCMSVCPARM *PVBOXHGCMSVCPARM;
319
319
 
 
320
#ifdef VBOX_WITH_CRHGSMI
 
321
typedef void * HGCMCVSHANDLE;
 
322
 
 
323
typedef DECLCALLBACK(void) HGCMHOSTFASTCALLCB (int32_t result, uint32_t u32Function, PVBOXHGCMSVCPARM pParam, void *pvContext);
 
324
typedef HGCMHOSTFASTCALLCB *PHGCMHOSTFASTCALLCB;
 
325
#endif
 
326
 
 
327
 
320
328
/** Service specific extension callback.
321
329
 *  This callback is called by the service to perform service specific operation.
322
330
 *