Changeset 94234 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp
- Timestamp:
- Mar 15, 2022 9:19:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp
r94211 r94234 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #ifndef VBOX_ONLY_DOCS23 24 22 #include <VBox/com/com.h> 25 23 #include <VBox/com/array.h> … … 27 25 #include <VBox/com/errorprint.h> 28 26 #include <VBox/com/VirtualBox.h> 29 #endif /* !VBOX_ONLY_DOCS */30 27 31 28 #ifndef RT_OS_WINDOWS … … 57 54 #include "VBoxPortForwardString.h" 58 55 59 #ifndef VBOX_ONLY_DOCS60 56 61 57 DECLARE_TRANSLATION_CONTEXT(Nat); … … 695 691 return RTEXITCODE_SUCCESS; 696 692 } 697 698 #endif /* !VBOX_ONLY_DOCS */
Note:
See TracChangeset
for help on using the changeset viewer.