Changeset 48107 in vbox for trunk/src/VBox/Main/include/NATNetworkImpl.h
- Timestamp:
- Aug 27, 2013 10:15:13 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NATNetworkImpl.h
r48098 r48107 1 1 /* $Id$ */ 2 3 2 /** @file 4 * 5 * VirtualBox COM class implementation 3 * INATNetwork implementation header, lives in VBoxSVC. 6 4 */ 7 5 … … 129 127 130 128 private: 131 int RecalculateIpv4AddressAssignments();129 int recalculateIpv4AddressAssignments(); 132 130 int findFirstAvailableOffset(uint32_t *); 133 131 … … 145 143 }; 146 144 147 #endif // ____H_H_NATNETWORKIMPL145 #endif // !____H_H_NATNETWORKIMPL
Note:
See TracChangeset
for help on using the changeset viewer.