VirtualBox

Changeset 11147 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 5, 2008 10:04:24 PM (16 years ago)
Author:
vboxsync
Message:

PDMQueueGCPtr -> PDMQueueRCPtr; strip duplicate comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp

    r11146 r11147  
    131131
    132132/**
    133  * Gets the GC pointer for the specified queue.
     133 * Gets the RC pointer for the specified queue.
    134134 *
    135  * @returns The GC address of the queue.
     135 * @returns The RC address of the queue.
    136136 * @returns NULL if pQueue is invalid.
    137137 * @param   pQueue          The queue handle.
    138138 */
    139 PDMDECL(RCPTRTYPE(PPDMQUEUE)) PDMQueueGCPtr(PPDMQUEUE pQueue)
     139PDMDECL(RCPTRTYPE(PPDMQUEUE)) PDMQueueRCPtr(PPDMQUEUE pQueue)
    140140{
    141141    Assert(VALID_PTR(pQueue));
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