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.

20 lines
497 B

  1. //******************************************************************************
  2. //
  3. // TEMPBIND.H
  4. //
  5. // Copyright (C) 2000 Microsoft Corporation
  6. //
  7. //******************************************************************************
  8. #ifndef __WMI_ESS_TEMP_BINDING__H_
  9. #define __WMI_ESS_TEMP_BINDING__H_
  10. #include "binding.h"
  11. #include "fastall.h"
  12. class CTempBinding : public CBinding
  13. {
  14. public:
  15. CTempBinding( long lFlags, WMIMSG_QOS_FLAG lQosFlags, bool bSecure );
  16. };
  17. #endif