//////////////////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2012 Microsoft Corporation. All Rights Reserved. // // Module Name: // Framework_Include.h // // Abstract: // This module contains include headers for central exportaion of the Framework_* modules. // // Author: // Dusty Harper (DHarper) // // Revision History: // // [ Month ][Day] [Year] - [Revision]-[ Comments ] // May 01, 2010 - 1.0 - Creation // //////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef FRAMEWORK_INCLUDE_H #define FRAMEWORK_INCLUDE_H #include "Framework_WFPSamplerService.h" /// . #include "Framework_RPCServerInterface.h" /// . #include "Framework_WindowsFirewall.h" /// . /* The Action Center APIs are under Non Disclosure Agreement. If you wish to see the sample code for this, you will need to contact your Microsoft representative and request the sample code. */ ///#include "Framework_ActionCenter.h" /// . #endif /// FRAMEWORK_INCLUDE_H