VirtualBox

Changeset 34647 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 2, 2010 7:02:01 PM (14 years ago)
Author:
vboxsync
Message:

Main/VirtualBoxClient: forgotten XPCOM specific component registry bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xpcom/module.cpp

    r33488 r34647  
    4545#endif
    4646
     47#include "VirtualBoxClientImpl.h"
    4748#include "SessionImpl.h"
    4849#include "ConsoleImpl.h"
     
    8687NS_DECL_CLASSINFO(Console)
    8788NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Console, IConsole)
     89
     90NS_DECL_CLASSINFO(VirtualBoxClient)
     91NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VirtualBoxClient, IVirtualBoxClient)
    8892
    8993/**
     
    139143//)
    140144
    141 NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC (Session)
     145NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC(Session)
     146
     147NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC(VirtualBoxClient)
    142148
    143149/**
     
    160166        &NS_CLASSINFO_NAME(Session) // global class info & flags
    161167    },
     168    {
     169        "VirtualBoxClient component", // description
     170        NS_VIRTUALBOXCLIENT_CID, NS_VIRTUALBOXCLIENT_CONTRACTID, // CID/ContractID
     171        VirtualBoxClientConstructor, // constructor function
     172        NULL, // registration function
     173        NULL, // deregistration function
     174        NULL, // destructor function
     175        NS_CI_INTERFACE_GETTER_NAME(VirtualBoxClient), // interfaces function
     176        NULL, // language helper
     177        &NS_CLASSINFO_NAME(VirtualBoxClient) // global class info & flags
     178    },
    162179};
    163180
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