Changeset 33592 in vbox
- Timestamp:
- Oct 29, 2010 9:36:56 AM (14 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r33590 r33592 318 318 DisplayResampleImage.cpp \ 319 319 $(VBOX_AUTOGEN_EVENT_CPP) \ 320 VRD PServerImpl.cpp \320 VRDEServerImpl.cpp \ 321 321 $(if $(VBOX_WITH_XPCOM),xpcom/server.cpp,) \ 322 322 $(VBOX_XML_SCHEMADEFS_CPP) \ -
trunk/src/VBox/Main/include/MachineImpl.h
r33540 r33592 21 21 #include "VirtualBoxBase.h" 22 22 #include "SnapshotImpl.h" 23 #include "VRD PServerImpl.h"23 #include "VRDEServerImpl.h" 24 24 #include "MediumAttachmentImpl.h" 25 25 #include "MediumLock.h" -
trunk/src/VBox/Main/xpcom/server.cpp
r33590 r33592 72 72 #include <ProgressCombinedImpl.h> 73 73 #include <ProgressProxyImpl.h> 74 #include <VRD PServerImpl.h>74 #include <VRDEServerImpl.h> 75 75 #include <SharedFolderImpl.h> 76 76 #include <HostImpl.h>
Note:
See TracChangeset
for help on using the changeset viewer.