- Timestamp:
- Jan 3, 2017 11:15:49 AM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBProxyBackend.h
r62485 r65063 225 225 /** The root of usbfs. */ 226 226 Utf8Str mDevicesRoot; 227 /** Whether we're using <mUsbfsRoot>/devices or /sys/whatever. */227 /** Whether we're using \<mUsbfsRoot\>/devices or /sys/whatever. */ 228 228 bool mUsingUsbfsDevices; 229 229 /** Number of 500ms polls left to do. See usbDeterminState for details. */ -
trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp
r63176 r65063 468 468 * May be called once right after this object creation. 469 469 * 470 * @param aMachineNode <Machine> node.470 * @param data Configuration settings. 471 471 * 472 472 * @note Locks this object for writing. … … 497 497 * Saves settings to the given machine node. 498 498 * 499 * @param aMachineNode <Machine> node.499 * @param data Configuration settings. 500 500 * 501 501 * @note Locks this object for reading. -
trunk/src/VBox/Main/src-server/BIOSSettingsImpl.cpp
r61549 r65063 494 494 * May be called once right after this object creation. 495 495 * 496 * @param aMachineNode <Machine> node.496 * @param data Configuration settings. 497 497 * 498 498 * @note Locks this object for writing. … … 514 514 * Saves settings to the given machine node. 515 515 * 516 * @param aMachineNode <Machine> node.516 * @param data Configuration settings. 517 517 * 518 518 * @note Locks this object for reading. -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r65049 r65063 8812 8812 * Recursively loads all snapshots starting from the given. 8813 8813 * 8814 * @param aNode <Snapshot> node.8814 * @param data snapshot settings. 8815 8815 * @param aCurSnapshotId Current snapshot ID from the settings file. 8816 8816 * @param aParentSnapshot Parent snapshot. … … 9240 9240 * Called from i_loadMachineDataFromSettings() for the storage controller data, including media. 9241 9241 * 9242 * @param data 9243 * @param puuidRegistry media registry ID to set media to or NULL; see Machine::i_loadMachineDataFromSettings() 9244 * @param puuidSnapshot 9242 * @param data storage settings. 9243 * @param puuidRegistry media registry ID to set media to or NULL; 9244 * see Machine::i_loadMachineDataFromSettings() 9245 * @param puuidSnapshot snapshot ID 9245 9246 * @return 9246 9247 */ … … 10507 10508 * Saves the storage controller configuration. 10508 10509 * 10509 * @param aNode <StorageControllers> node to save the VM hardware configuration to.10510 * @param data storage settings. 10510 10511 */ 10511 10512 HRESULT Machine::i_saveStorageControllers(settings::Storage &data) -
trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
r63563 r65063 1015 1015 * May be called once right after this object creation. 1016 1016 * 1017 * @param aAdapterNode <Adapter> node. 1017 * @param bwctl bandwidth control object. 1018 * @param data Configuration settings. 1018 1019 * 1019 1020 * @note Locks this object for writing. … … 1071 1072 * Note that the given Adapter node is completely empty on input. 1072 1073 * 1073 * @param aAdapterNode <Adapter> node.1074 * @param data Configuration settings. 1074 1075 * 1075 1076 * @note Locks this object for reading. -
trunk/src/VBox/Main/src-server/ParallelPortImpl.cpp
r61549 r65063 371 371 * May be called once right after this object creation. 372 372 * 373 * @param aPortNode <Port> node.373 * @param data Configuration settings. 374 374 * 375 375 * @note Locks this object for writing. … … 393 393 * Note that the given Port node is completely empty on input. 394 394 * 395 * @param <data> node.395 * @param data Configuration settings. 396 396 * 397 397 * @note Locks this object for reading. -
trunk/src/VBox/Main/src-server/SerialPortImpl.cpp
r61549 r65063 493 493 * May be called once right after this object creation. 494 494 * 495 * @param aPortNode <Port> node.495 * @param data Configuration settings. 496 496 * 497 497 * @note Locks this object for writing. … … 516 516 * Note that the given Port node is completely empty on input. 517 517 * 518 * @param aPortNode <Port> node.518 * @param data Configuration settings. 519 519 * 520 520 * @note Locks this object for reading. -
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r64217 r65063 1110 1110 * Initializes the SnapshotMachine object when loading from the settings file. 1111 1111 * 1112 * @param aMachine machine the snapshot belongs to 1113 * @param aHWNode <Hardware> node 1114 * @param aHDAsNode <HardDiskAttachments> node 1112 * @param aMachine machine the snapshot belongs to 1113 * @param hardware hardware settings 1114 * @param pDbg debuging settings 1115 * @param pAutoStart autostart settings 1115 1116 * @param aSnapshotId snapshot ID of this snapshot machine 1116 1117 * @param aStateFilePath file where the execution state is saved -
trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp
r61667 r65063 480 480 * May be called once right after this object creation. 481 481 * 482 * @param aMachineNode <Machine> node.482 * @param data Configuration settings. 483 483 * 484 484 * @note Does not lock "this" as Machine::loadHardware, which calls this, does not lock either. … … 523 523 * Saves settings to the given machine node. 524 524 * 525 * @param aMachineNode <Machine> node.525 * @param data Configuration settings. 526 526 * 527 527 * @note Locks this object for reading. -
trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp
r63563 r65063 188 188 * May be called once right after this object creation. 189 189 * 190 * @param aMachineNode <Machine> node.190 * @param data Configuration settings. 191 191 * 192 192 * @note Locks this object for writing. … … 208 208 * Saves settings to the given machine node. 209 209 * 210 * @param aMachineNode <Machine> node.210 * @param data Configuration settings. 211 211 * 212 212 * @note Locks this object for reading.
Note:
See TracChangeset
for help on using the changeset viewer.