Changeset 12653 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Sep 22, 2008 4:03:25 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r11982 r12653 907 907 908 908 /** 909 * @copydoc INTNETTRUNK NETFLTFACTORY::pfnCreateAndConnect909 * @copydoc INTNETTRUNKFACTORY::pfnCreateAndConnect 910 910 */ 911 911 static DECLCALLBACK(int) vboxNetFltFactoryCreateAndConnect(PINTNETTRUNKFACTORY pIfFactory, const char *pszName, … … 955 955 956 956 /** 957 * @copydoc INTNETTRUNK NETFLTFACTORY::pfnRelease957 * @copydoc INTNETTRUNKFACTORY::pfnRelease 958 958 */ 959 959 static DECLCALLBACK(void) vboxNetFltFactoryRelease(PINTNETTRUNKFACTORY pIfFactory)
Note:
See TracChangeset
for help on using the changeset viewer.