Changeset 29179 in vbox for trunk/src/libs/xpcom18a4/java/tools/genifaces/GenerateJavaInterfaces.cpp
- Timestamp:
- May 6, 2010 11:58:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/java/tools/genifaces/GenerateJavaInterfaces.cpp
r29157 r29179 597 597 NS_ENSURE_SUCCESS(rv, rv); 598 598 599 #ifdef DEBUG_bird /* attributes first, then method. For making diffing easier. */ 600 for (int pass = 0; pass < 2; pass++) 601 #endif 599 602 for (PRUint16 i = aParentMethodCount; i < methodCount; i++) { 600 603 const nsXPTMethodInfo* methodInfo; … … 622 625 if (methodInfo->IsHidden() || methodInfo->IsNotXPCOM()) 623 626 continue; 627 #endif 628 #ifdef DEBUG_bird /* attributes first, then method. For making diffing easier. */ 629 if ((methodInfo->IsSetter() || methodInfo->IsGetter()) == pass) 630 continue; 624 631 #endif 625 632
Note:
See TracChangeset
for help on using the changeset viewer.