VirtualBox

Changeset 14389

Show
Ignore:
Timestamp:
11/20/08 10:55:32 (2 months ago)
Author:
vboxsync
Message:

HGCM: fixed service version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/hgcmsvc.h

    r13890 r14389  
    5959 * 3.2->3.3 Because pfnDisconnectClient helper was added 
    6060 * 3.3->4.1 Because the pvService entry and parameter was added 
    61  */ 
    62 #define VBOX_HGCM_SVC_VERSION_MAJOR (0x0004) 
     61 * 4.1->4.2 Because the VBOX_HGCM_SVC_PARM_CALLBACK parameter type was added 
     62 * 4.2->5.1 Removed the VBOX_HGCM_SVC_PARM_CALLBACK parameter type, as 
     63 *          this problem is already solved by service extension callbacks 
     64 */ 
     65#define VBOX_HGCM_SVC_VERSION_MAJOR (0x0005) 
    6366#define VBOX_HGCM_SVC_VERSION_MINOR (0x0001) 
    6467#define VBOX_HGCM_SVC_VERSION ((VBOX_HGCM_SVC_VERSION_MAJOR << 16) + VBOX_HGCM_SVC_VERSION_MINOR) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy