Changeset 34416 in vbox for trunk/src/VBox/Main/win/dllmain.cpp
- Timestamp:
- Nov 26, 2010 5:17:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/dllmain.cpp
r33590 r34416 20 20 21 21 #include <SessionImpl.h> 22 #include <VirtualBoxClientImpl.h> 22 23 23 24 #include <atlbase.h> … … 30 31 BEGIN_OBJECT_MAP(ObjectMap) 31 32 OBJECT_ENTRY(CLSID_Session, Session) 33 OBJECT_ENTRY(CLSID_VirtualBoxClient, VirtualBoxClient) 32 34 END_OBJECT_MAP() 33 35
Note:
See TracChangeset
for help on using the changeset viewer.