Changeset 30631 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jul 5, 2010 7:20:03 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63366
- Location:
- trunk/src/VBox/Main/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r30559 r30631 637 637 nsModuleComponentInfoEx( 638 638 "VirtualBox component", 639 (nsCID) NS_VIRTUALBOX_CID,639 CLSID_VirtualBox, 640 640 NS_VIRTUALBOX_CONTRACTID, 641 641 VirtualBoxConstructor, // constructor funcion -
trunk/src/VBox/Main/xpcom/server_module.cpp
r29599 r30631 241 241 242 242 rc = dconServ->CreateInstance (serverID, 243 (nsCID) NS_VIRTUALBOX_CID,243 CLSID_VirtualBox, 244 244 aIID, aResult); 245 245 if (NS_SUCCEEDED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.