VirtualBox

Changeset 42088 in vbox for trunk


Ignore:
Timestamp:
Jul 10, 2012 11:24:19 AM (13 years ago)
Author:
vboxsync
Message:

Build fix (XPCOM).

File:
1 edited

Legend:

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

    r38297 r42088  
    3737#endif
    3838#include "GuestImpl.h"
     39#include "GuestDirectoryImpl.h"
    3940#include "GuestDirEntryImpl.h"
     41#include "GuestFileImpl.h"
     42#include "GuestFsObjImpl.h"
     43#include "GuestSessionImpl.h"
    4044#include "KeyboardImpl.h"
    4145#include "MachineDebuggerImpl.h"
     
    5761NS_DECL_CLASSINFO(Guest)
    5862NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Guest, IGuest)
     63NS_DECL_CLASSINFO(GuestDirectory)
     64NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestDirectory, IGuestDirectory)
    5965NS_DECL_CLASSINFO(GuestDirEntry)
    6066NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestDirEntry, IGuestDirEntry)
     67NS_DECL_CLASSINFO(GuestFile)
     68NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestFile, IGuestFile)
     69NS_DECL_CLASSINFO(GuestFsObjInfo)
     70NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestFsObjInfo, IGuestFsObjInfo)
     71NS_DECL_CLASSINFO(GuestSession)
     72NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestSession, IGuestSession)
    6173NS_DECL_CLASSINFO(Keyboard)
    6274NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Keyboard, IKeyboard)
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