VirtualBox

Changeset 11082 in vbox for trunk/include


Ignore:
Timestamp:
Aug 3, 2008 8:56:20 PM (16 years ago)
Author:
vboxsync
Message:

HostServices/GuestProperties: reverted r33992 temporarily as it depends on other changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestPropertySvc.h

    r11081 r11082  
    3939    /**
    4040     * Get the value attached to a configuration property key
    41      * The parameter format matches that of GET_PROP.
    42      */
    43     GET_PROP_HOST = 2,
     41     * The parameter format matches that of GET_CONFIG_KEY.
     42     */
     43    GET_CONFIG_KEY_HOST = 2,
    4444    /**
    4545     * Set the value attached to a configuration property key
    46      * The parameter format matches that of SET_PROP.
    47      */
    48     SET_PROP_HOST = 3,
    49     /**
    50      * Set the value attached to a configuration property key
    51      * The parameter format matches that of SET_PROP_VALUE.
    52      */
    53     SET_PROP_VALUE_HOST = 4,
     46     * The parameter format matches that of SET_CONFIG_KEY.
     47     */
     48    SET_CONFIG_KEY_HOST = 3,
    5449    /**
    5550     * Remove the value attached to a configuration property key
    56      * The parameter format matches that of DEL_PROP.
    57      */
    58     DEL_PROP_HOST = 5,
     51     * The parameter format matches that of DEL_CONFIG_KEY.
     52     */
     53    DEL_CONFIG_KEY_HOST = 4,
    5954    /**
    6055     * Enumerate guest properties.
    6156     * The parameter format matches that of ENUM_PROPS.
    6257     */
    63     ENUM_PROPS_HOST = 6
     58    ENUM_PROPS_HOST = 5
    6459};
    6560
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette