Changeset 14772 in vbox for trunk/src/VBox
- Timestamp:
- Nov 28, 2008 12:41:22 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 50 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/AudioAdapterImpl.cpp
r14579 r14772 614 614 mData.assignCopy (aThat->mData); 615 615 } 616 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/AudioSnifferInterface.cpp
r13837 r14772 260 260 NULL 261 261 }; 262 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/AutoLock.cpp
r8756 r14772 600 600 601 601 } /* namespace util */ 602 602 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/BIOSSettingsImpl.cpp
r14665 r14772 767 767 mData->mIOAPICEnabled = aOsType->recommendedIOAPIC(); 768 768 } 769 769 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/ConsoleImpl2.cpp
r14685 r14772 2161 2161 return rc; 2162 2162 } 2163 2164 2163 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r14579 r14772 2172 2172 #undef IMPL_GETTER_BSTR 2173 2173 #undef IMPL_GETTER_SCALAR 2174 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/DVDDriveImpl.cpp
r14579 r14772 653 653 return S_OK; 654 654 } 655 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/DisplayImpl.cpp
r14579 r14772 2555 2555 NULL 2556 2556 }; 2557 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/FloppyDriveImpl.cpp
r14579 r14772 657 657 return S_OK; 658 658 } 659 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/FramebufferImpl.cpp
r12449 r14772 260 260 return S_OK; 261 261 } 262 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/Global.cpp
r14664 r14772 171 171 return sOSTypes [0].id; 172 172 } 173 173 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/GuestImpl.cpp
r14579 r14772 361 361 mData.mSupportsGraphics = aSupportsGraphics; 362 362 } 363 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/GuestOSTypeImpl.cpp
r14664 r14772 282 282 return S_OK; 283 283 } 284 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HardDisk2Impl.cpp
r14715 r14772 3621 3621 #undef setError 3622 3622 } 3623 3623 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HardDiskAttachmentImpl.cpp
r14579 r14772 142 142 return S_OK; 143 143 } 144 144 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HardDiskFormatImpl.cpp
r14579 r14772 293 293 // public methods only for internal purposes 294 294 ///////////////////////////////////////////////////////////////////////////// 295 295 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HostDVDDriveImpl.cpp
r14579 r14772 132 132 return S_OK; 133 133 } 134 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HostFloppyDriveImpl.cpp
r14579 r14772 132 132 return S_OK; 133 133 } 134 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HostImpl.cpp
r14725 r14772 3549 3549 }; 3550 3550 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 3551 3551 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp
r14579 r14772 111 111 return S_OK; 112 112 } 113 113 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/HostPower.cpp
r13908 r14772 153 153 } 154 154 } 155 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/KeyboardImpl.cpp
r14579 r14772 365 365 NULL 366 366 }; 367 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/Logging.cpp
r8155 r14772 25 25 * so nothing to do here for now. 26 26 */ 27 27 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/MachineDebuggerImpl.cpp
r14715 r14772 819 819 return false; 820 820 } 821 821 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/MachineImpl.cpp
r14715 r14772 10825 10825 return S_OK; 10826 10826 } 10827 10828 10827 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/Matching.cpp
r8155 r14772 203 203 204 204 } /* namespace matching */ 205 205 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/MediumImpl.cpp
r14715 r14772 1134 1134 return mVirtualBox->unregisterFloppyImage (this); 1135 1135 } 1136 1136 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/MouseImpl.cpp
r14579 r14772 465 465 NULL 466 466 }; 467 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/NetworkAdapterImpl.cpp
r14715 r14772 1401 1401 mData->mMACAddress = strMAC; 1402 1402 } 1403 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/ParallelPortImpl.cpp
r14579 r14772 558 558 return S_OK; 559 559 } 560 560 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/Performance.cpp
r13915 r14772 609 609 return false; 610 610 } 611 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/PerformanceImpl.cpp
r14579 r14772 670 670 return S_OK; 671 671 } 672 672 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/ProgressImpl.cpp
r14715 r14772 1534 1534 return rc; 1535 1535 } 1536 1536 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp
r14579 r14772 321 321 // public methods only for internal purposes 322 322 //////////////////////////////////////////////////////////////////////////////// 323 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/SATAControllerImpl.cpp
r14579 r14772 522 522 // private methods 523 523 ///////////////////////////////////////////////////////////////////////////// 524 524 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/SerialPortImpl.cpp
r14579 r14772 696 696 return S_OK; 697 697 } 698 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/SessionImpl.cpp
r14715 r14772 1147 1147 } 1148 1148 #endif 1149 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/SharedFolderImpl.cpp
r14579 r14772 325 325 return S_OK; 326 326 } 327 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/SnapshotImpl.cpp
r14579 r14772 440 440 } 441 441 442 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/SystemPropertiesImpl.cpp
r14579 r14772 710 710 return S_OK; 711 711 } 712 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/USBControllerImpl.cpp
r14715 r14772 1374 1374 // private methods 1375 1375 ///////////////////////////////////////////////////////////////////////////// 1376 1376 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/USBDeviceImpl.cpp
r14579 r14772 362 362 // private methods 363 363 ///////////////////////////////////////////////////////////////////////////// 364 364 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VBoxDll.cpp
r8155 r14772 29 29 void __reference_stuff(void) 30 30 { 31 AssertReleaseMsgFailed(("Should never ever get here! !!\n"));31 AssertReleaseMsgFailed(("Should never ever get here!\n")); 32 32 } 33 33 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VBoxDriversRegister.cpp
r13835 r14772 73 73 return VINF_SUCCESS; 74 74 } 75 75 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VMMDevInterface.cpp
r14317 r14772 860 860 NULL 861 861 }; 862 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/Version.cpp
r8155 r14772 33 33 return VBOX_SVN_REV; 34 34 } 35 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VirtualBoxBase.cpp
r14579 r14772 1305 1305 1306 1306 #endif /* VBOX_MAIN_SETTINGS_ADDONS */ 1307 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
r14718 r14772 242 242 243 243 #endif // !defined (VBOX_WITH_XPCOM) 244 244 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r14715 r14772 4577 4577 return NULL; 4578 4578 } 4579 4579 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/VirtualBoxImplExtra.cpp
r14222 r14772 172 172 return VBOX_XML_SETTINGS_CONVERTER; 173 173 } 174 174 /* vi: set tabstop=4 shiftwidth=4 expandtab: */
Note:
See TracChangeset
for help on using the changeset viewer.