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.

18 lines
543 B

  1. ///+---------------------------------------------------------------------------
  2. //
  3. // File: comsrgt.cxx
  4. //
  5. // Contents: Implementation of CCOMSurrogate class for synchronizing access
  6. // to this process's ISurrogate
  7. //
  8. // Functions: all inline -- see the header file
  9. //
  10. // History: 21-Oct-96 t-adame
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <comsrgt.hxx>
  14. LPSURROGATE CCOMSurrogate::_pSurrogate = NULL;
  15. BOOL CCOMSurrogate::_fNewStyleSurrogate = FALSE;