Source code of Windows XP (NT5)
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.

19 lines
257 B

  1. /*
  2. * Filename: NLB_PortRule.h
  3. * Description:
  4. * Author: shouse, 04.10.01
  5. */
  6. #ifndef __NLB_PORTRULE_H__
  7. #define __NLB_PORTRULE_H__
  8. #include "NLB_Common.h"
  9. #include "NLB_Cluster.h"
  10. #include "NLB_Host.h"
  11. class NLB_PortRule {
  12. public:
  13. private:
  14. };
  15. #endif