VirtualBox

Changeset 10423 in vbox


Ignore:
Timestamp:
Jul 9, 2008 2:06:48 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33083
Message:

ProcessorCount & ProcessorDescription aren't attributes

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r10407 r10423  
    681681 * @param   speed address of result variable, speed is 0 if unknown or cpuId is invalid.
    682682 */
    683 STDMETHODIMP Host::COMGETTER(ProcessorSpeed)(ULONG cpuId, ULONG *speed)
     683STDMETHODIMP Host::GetProcessorSpeed(ULONG cpuId, ULONG *speed)
    684684{
    685685    if (!speed)
     
    699699 * @param   description address of result variable, NULL if known or cpuId is invalid.
    700700 */
    701 STDMETHODIMP Host::COMGETTER(ProcessorDescription)(ULONG cpuId, BSTR *description)
     701STDMETHODIMP Host::GetProcessorDescription(ULONG cpuId, BSTR *description)
    702702{
    703703    if (!description)
  • trunk/src/VBox/Main/include/HostImpl.h

    r10399 r10423  
    8989#endif
    9090    STDMETHOD(COMGETTER(ProcessorCount))(ULONG *count);
    91     STDMETHOD(COMGETTER(ProcessorSpeed))(ULONG cpuId, ULONG *speed);
    92     STDMETHOD(COMGETTER(ProcessorDescription))(ULONG cpuId, BSTR *description);
     91    STDMETHOD(GetProcessorSpeed)(ULONG cpuId, ULONG *speed);
     92    STDMETHOD(GetProcessorDescription)(ULONG cpuId, BSTR *description);
    9393    STDMETHOD(COMGETTER(MemorySize))(ULONG *size);
    9494    STDMETHOD(COMGETTER(MemoryAvailable))(ULONG *available);
Note: See TracChangeset for help on using the changeset viewer.

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