Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.3 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2001 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dp8simpools.h
  6. *
  7. * Content: Header for DP8SIM pools.
  8. *
  9. * History:
  10. * Date By Reason
  11. * ======== ======== =========
  12. * 06/09/01 VanceO Created.
  13. *
  14. ***************************************************************************/
  15. //=============================================================================
  16. // Forward typedefs
  17. //=============================================================================
  18. class CDP8SimSend;
  19. class CDP8SimReceive;
  20. class CDP8SimCommand;
  21. class CDP8SimJob;
  22. class CDP8SimEndpoint;
  23. ///=============================================================================
  24. // External variable references
  25. //=============================================================================
  26. extern CFixedPool g_FPOOLSend;
  27. extern CFixedPool g_FPOOLReceive;
  28. extern CFixedPool g_FPOOLCommand;
  29. extern CFixedPool g_FPOOLJob;
  30. extern CFixedPool g_FPOOLEndpoint;
  31. ///=============================================================================
  32. // External functions
  33. //=============================================================================
  34. BOOL InitializePools(void);
  35. void CleanupPools(void);