Changeset 76487 in vbox for trunk/src/VBox/Main/include/NetworkAdapterImpl.h
- Timestamp:
- Dec 27, 2018 3:31:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NetworkAdapterImpl.h
r69500 r76487 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ … … 20 18 #ifndef ____H_NETWORKADAPTER 21 19 #define ____H_NETWORKADAPTER 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 22 23 23 24 #include "NetworkAdapterWrap.h"
Note:
See TracChangeset
for help on using the changeset viewer.