VirtualBox

Changeset 30825 in vbox for trunk/src/VBox/Main/xpcom


Ignore:
Timestamp:
Jul 14, 2010 12:44:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63641
Message:

Main: callbacks removal

File:
1 edited

Legend:

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

    r30627 r30825  
    4545#include "ConsoleImpl.h"
    4646#include "ConsoleVRDPServer.h"
    47 #include "VirtualBoxCallbackImpl.h"
    4847
    4948#include "Logging.h"
     
    7877NS_DECL_CLASSINFO(Console)
    7978NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Console, IConsole)
    80 NS_DECL_CLASSINFO(CallbackWrapper)
    81 NS_IMPL_THREADSAFE_ISUPPORTS3_CI(CallbackWrapper, IVirtualBoxCallback, IConsoleCallback, ILocalOwner)
    8279
    8380/**
     
    135132NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC (Session)
    136133
    137 NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC (CallbackWrapper)
    138 
    139 
    140134/**
    141135 *  Component definition table.
     
    157151        &NS_CLASSINFO_NAME(Session) // global class info & flags
    158152    },
    159     {
    160         "CallbackWrapper component", // description
    161         NS_CALLBACKWRAPPER_CID, NS_CALLBACKWRAPPER_CONTRACTID, // CID/ContractID
    162         CallbackWrapperConstructor, // constructor function
    163         NULL, // registration function
    164         NULL, // deregistration function
    165         NULL, // destructor function
    166         NS_CI_INTERFACE_GETTER_NAME(CallbackWrapper), // interfaces function
    167         NULL, // language helper
    168         &NS_CLASSINFO_NAME(CallbackWrapper) // global class info & flags
    169     }
    170 
    171153};
    172154
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette