VirtualBox

Ignore:
Timestamp:
Jun 27, 2008 2:56:59 PM (16 years ago)
Author:
vboxsync
Message:

Pure naming change for the guest property store stuff. Functionality is unchanged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r9883 r10000  
    24872487}
    24882488
    2489 STDMETHODIMP Console::GetConfigRegistryValue (INPTR BSTR aKey, BSTR *aValue)
     2489STDMETHODIMP Console::GetGuestProperty (INPTR BSTR aKey, BSTR *aValue)
    24902490{
    24912491    if (!VALID_PTR(aValue))
     
    25272527}
    25282528
    2529 STDMETHODIMP Console::SetConfigRegistryValue (INPTR BSTR aKey, INPTR BSTR aValue)
     2529STDMETHODIMP Console::SetGuestProperty (INPTR BSTR aKey, INPTR BSTR aValue)
    25302530{
    25312531#ifndef VBOX_WITH_INFO_SVC
     
    41324132    }
    41334133# ifdef VBOX_WITH_INFO_SVC
    4134     /* Save all guest/host configuration registry entries to the machine XML
     4134    /* Save all guest/host property store entries to the machine XML
    41354135     * file as extra data. */
    41364136    PCFGMNODE pRegistry = CFGMR3GetChild (CFGMR3GetRoot (mpVM), "Guest/Registry/");
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