/*++ Copyright (c) 1997-2002 Microsoft Corporation Module Name: DnsPluginSample.h Abstract: Domain Name System (DNS) Sample Plugin DLL Author: Jeff Westhead jwesth January 2002 Revision History: --*/ #ifndef _DNSPLUGINSAMPLE_INCLUDED_ #define _DNSPLUGINSAMPLE_INCLUDED_ #include #include #include #include #include #include #include "..\..\server\DnsPluginInterface.h" #endif // _DNSPLUGINSAMPLE_INCLUDED_