Changeset 22338 in vbox
- Timestamp:
- Aug 19, 2009 9:54:32 AM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r22317 r22338 7624 7624 }; 7625 7625 7626 /**7627 * Initializing the attachment type for the network adapters7628 */7629 NetworkAttachmentType_T Console::meAttachmentType[] = {};7630 7631 7626 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/ConsoleImpl2.cpp
r22317 r22338 2820 2820 } 2821 2821 2822 meAttachmentType[uInstance] = eAttachmentType;2823 2824 2822 #undef STR_FREE 2825 2823 #undef H -
trunk/src/VBox/Main/include/ConsoleImpl.h
r22277 r22338 557 557 DriveState_T meFloppyState; 558 558 559 /** The current network attachment type in the VM.560 * This doesn't have to match the network attachment type561 * maintained in the NetworkAdapter. This is needed to562 * change the network attachment dynamically.563 */564 static NetworkAttachmentType_T meAttachmentType[SchemaDefs::NetworkAdapterCount];565 566 559 VMMDev * const mVMMDev; 567 560 AudioSniffer * const mAudioSniffer;
Note:
See TracChangeset
for help on using the changeset viewer.