VirtualBox

Changeset 37491 in vbox for trunk/include/iprt/cpp/utils.h


Ignore:
Timestamp:
Jun 16, 2011 12:23:34 PM (14 years ago)
Author:
vboxsync
Message:

Main-CloneVM: factor out the clone VM task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/utils.h

    r36529 r37491  
    3333 * @{
    3434 */
     35
     36#define DPTR(CLASS) CLASS##Private *d = static_cast<CLASS##Private *>(d_ptr)
     37#define QPTR(CLASS) CLASS *q = static_cast<CLASS *>(q_ptr)
    3538
    3639/**
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