Changeset 3175 in vbox
- Timestamp:
- Jun 20, 2007 10:00:55 AM (17 years ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom/components
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp
r1 r3175 1251 1251 "@mozilla.org/widget/lookandfeel/win;1", 1252 1252 // */ 1253 01253 { 0 } 1254 1254 }; 1255 1255 for (int i=0; abusedContracts[i] && *abusedContracts[i]; i++) { -
trunk/src/libs/xpcom18a4/xpcom/components/nsStaticComponentLoader.cpp
r1 r3175 163 163 getter_AddRefs(info->module)); 164 164 #ifdef DEBUG 165 fprintf(stderr, "nSCL: GetInfoFor(\"%s\"): % lx\n", aLocation, rv);165 fprintf(stderr, "nSCL: GetInfoFor(\"%s\"): %x\n", aLocation, rv); 166 166 #endif 167 167 if (NS_FAILED(rv)) … … 199 199 rv = info->info.getModule(mgr, nsnull, getter_AddRefs(info->module)); 200 200 #ifdef DEBUG 201 fprintf(stderr, "nSCL: getModule(\"%s\"): % lx\n", info->info.name, rv);201 fprintf(stderr, "nSCL: getModule(\"%s\"): %x\n", info->info.name, rv); 202 202 #endif 203 203 if (NS_FAILED(rv)) … … 208 208 staticComponentType); 209 209 #ifdef DEBUG 210 fprintf(stderr, "nSCL: autoreg of \"%s\": % lx\n", info->info.name, rv);210 fprintf(stderr, "nSCL: autoreg of \"%s\": %x\n", info->info.name, rv); 211 211 #endif 212 212
Note:
See TracChangeset
for help on using the changeset viewer.