VirtualBox

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


Ignore:
Timestamp:
Jun 21, 2010 4:49:59 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62921
Message:

Main: more events

Location:
trunk/src/VBox/Main/xpcom
Files:
2 edited

Legend:

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

    r28979 r30345  
    4646#include "ConsoleVRDPServer.h"
    4747#include "VirtualBoxCallbackImpl.h"
     48#include "EventImpl.h"
    4849
    4950#include "Logging.h"
     
    7374NS_DECL_CLASSINFO(RemoteDisplayInfo)
    7475NS_IMPL_THREADSAFE_ISUPPORTS1_CI(RemoteDisplayInfo, IRemoteDisplayInfo)
     76NS_DECL_CLASSINFO(EventSource)
     77NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSource, IEventSource)
    7578
    7679NS_DECL_CLASSINFO(Session)
     
    8083NS_DECL_CLASSINFO(CallbackWrapper)
    8184NS_IMPL_THREADSAFE_ISUPPORTS3_CI(CallbackWrapper, IVirtualBoxCallback, IConsoleCallback, ILocalOwner)
     85
    8286/**
    8387 *  Singleton class factory that holds a reference to the created instance
  • trunk/src/VBox/Main/xpcom/server.cpp

    r29864 r30345  
    8787#include <AudioAdapterImpl.h>
    8888#include <SystemPropertiesImpl.h>
     89#include <EventImpl.h>
    8990
    9091/* implement nsISupports parts of our objects with support for nsIClassInfo */
     
    197198NS_DECL_CLASSINFO(BIOSSettings)
    198199NS_IMPL_THREADSAFE_ISUPPORTS1_CI(BIOSSettings, IBIOSSettings)
     200
     201NS_DECL_CLASSINFO(EventSource)
     202NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSource, IEventSource)
    199203
    200204////////////////////////////////////////////////////////////////////////////////
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