Changeset 50356 in vbox
- Timestamp:
- Feb 6, 2014 7:25:04 PM (11 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r50355 r50356 61 61 public VirtualBoxWrap 62 62 #ifdef RT_OS_WINDOWS 63 , public CComCoClass<VirtualBox, &CLSID_VirtualBox>63 // , public CComCoClass<VirtualBox, &CLSID_VirtualBox> 64 64 #endif 65 65 { -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r50355 r50356 1256 1256 static void sanitiseMachineFilename(Utf8Str &aName); 1257 1257 1258 STDMETHODIMPVirtualBox::composeMachineFilename(const com::Utf8Str &aName,1259 1260 1261 1262 1258 HRESULT VirtualBox::composeMachineFilename(const com::Utf8Str &aName, 1259 const com::Utf8Str &aGroup, 1260 const com::Utf8Str &aCreateFlags, 1261 const com::Utf8Str &aBaseFolder, 1262 com::Utf8Str &aFile) 1263 1263 { 1264 1264 LogFlowThisFuncEnter();
Note:
See TracChangeset
for help on using the changeset viewer.