Changeset 24989 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Nov 26, 2009 11:31:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r24830 r24989 677 677 static nsresult 678 678 RegisterSelfComponents(nsIComponentRegistrar *registrar, 679 const nsModuleComponentInfoEx * components,679 const nsModuleComponentInfoEx *aComponents, 680 680 PRUint32 count) 681 681 { 682 682 nsresult rc = NS_OK; 683 const nsModuleComponentInfoEx *info = components;683 const nsModuleComponentInfoEx *info = aComponents; 684 684 for (PRUint32 i = 0; i < count && NS_SUCCEEDED(rc); i++, info++) 685 685 {
Note:
See TracChangeset
for help on using the changeset viewer.