VirtualBox

Ignore:
Timestamp:
May 6, 2010 11:58:38 PM (15 years ago)
Author:
vboxsync
Message:

GenerateJavaInterfaces.cpp: two DEBUG_bird changes for making diff'ing against the xpidl easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/java/tools/genifaces/GenerateJavaInterfaces.cpp

    r29157 r29179  
    597597    NS_ENSURE_SUCCESS(rv, rv);
    598598
     599#ifdef DEBUG_bird /* attributes first, then method. For making diffing easier. */
     600    for (int pass = 0; pass < 2; pass++)
     601#endif
    599602    for (PRUint16 i = aParentMethodCount; i < methodCount; i++) {
    600603      const nsXPTMethodInfo* methodInfo;
     
    622625      if (methodInfo->IsHidden() || methodInfo->IsNotXPCOM())
    623626        continue;
     627#endif
     628#ifdef DEBUG_bird /* attributes first, then method. For making diffing easier. */
     629      if ((methodInfo->IsSetter() || methodInfo->IsGetter()) == pass)
     630          continue;
    624631#endif
    625632
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