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.

22 lines
560 B

  1. //******************************************************************************
  2. //
  3. // TEMPBIND.CPP
  4. //
  5. // Copyright (C) 2000 Microsoft Corporation
  6. //
  7. //******************************************************************************
  8. #include "precomp.h"
  9. #include <stdio.h>
  10. #include "pragmas.h"
  11. #include <tempbind.h>
  12. CTempBinding::CTempBinding( long lFlags,
  13. WMIMSG_QOS_FLAG lQosFlags,
  14. bool bSecure )
  15. {
  16. m_dwQoS = lQosFlags;
  17. m_bSecure = bSecure;
  18. m_bSlowDown = false;
  19. }