/*************************************************************************** * * Copyright (C) 2001 Microsoft Corporation. All Rights Reserved. * * File: dp8simpools.h * * Content: Header for DP8SIM pools. * * History: * Date By Reason * ======== ======== ========= * 06/09/01 VanceO Created. * ***************************************************************************/ //============================================================================= // Forward typedefs //============================================================================= class CDP8SimSend; class CDP8SimReceive; class CDP8SimCommand; class CDP8SimJob; class CDP8SimEndpoint; ///============================================================================= // External variable references //============================================================================= extern CLockedContextClassFixedPool * g_pFPOOLSend; extern CLockedContextClassFixedPool * g_pFPOOLReceive; extern CLockedContextClassFixedPool * g_pFPOOLCommand; extern CLockedContextClassFixedPool * g_pFPOOLJob; extern CLockedContextClassFixedPool * g_pFPOOLEndpoint; ///============================================================================= // External functions //============================================================================= BOOL InitializePools(void); void CleanupPools(void);