Changeset 49825 in vbox for trunk/src/VBox/NetworkServices/NetLib/utils.h
- Timestamp:
- Dec 9, 2013 9:12:47 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91167
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NetLib/utils.h
r49819 r49825 127 127 typedef com::SafeArray<VBoxEventType_T> ComEventTypeArray; 128 128 129 /* XXX: const is commented out because of compilation erro on Windows host, but it's intended that this function 130 isn't modify event type array */ 129 131 int createNatListener(ComNatListenerPtr& listener, const ComVirtualBoxPtr& vboxptr, 130 NATNetworkEventAdapter *adapter, constComEventTypeArray& events);132 NATNetworkEventAdapter *adapter, /* const */ ComEventTypeArray& events); 131 133 #endif
Note:
See TracChangeset
for help on using the changeset viewer.