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.

21 lines
505 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: _wtrmark.inl
  4. // Copyright (C) 1994-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // Owner: KenWal
  8. //
  9. //-----------------------------------------------------------------------------
  10. inline
  11. CLocWMCommon::CLocWMCommon(
  12. const CLString& strSource,
  13. const ParserId& pid,
  14. const CLString& strParserVer)
  15. {
  16. m_strSource = strSource;
  17. m_pid = pid;
  18. m_strParserVer = strParserVer;
  19. }