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.

26 lines
741 B

  1. /*--------------------------------------------------------------------------*
  2. *
  3. * Microsoft Windows
  4. * Copyright (C) Microsoft Corporation, 1992 - 1999
  5. *
  6. * File: ststring.cpp
  7. *
  8. * Contents: Implementation file for CStringTableString
  9. *
  10. * History: 28-Oct-98 jeffro Created
  11. *
  12. *--------------------------------------------------------------------------*/
  13. #include "stdafx.h"
  14. /*+-------------------------------------------------------------------------*
  15. * CStringTableString::GetStringTable
  16. *
  17. *
  18. *--------------------------------------------------------------------------*/
  19. IStringTablePrivate* CStringTableString::GetStringTable () const
  20. {
  21. return (CScopeTree::GetStringTable());
  22. }