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.

39 lines
1.1 KiB

  1. /***************************************************************************\
  2. *
  3. * File: ClassLibrary.inl
  4. *
  5. * Description:
  6. * ClassLibrary.inl implements the library of "message classes" that have been
  7. * registered with DirectUser.
  8. *
  9. *
  10. * History:
  11. * 8/05/2000: JStall: Created
  12. *
  13. * Copyright (C) 2000 by Microsoft Corporation. All rights reserved.
  14. *
  15. \***************************************************************************/
  16. #if !defined(MSG__ClassLibrary_inl__INCLUDED)
  17. #define MSG__ClassLibrary_inl__INCLUDED
  18. #pragma once
  19. /***************************************************************************\
  20. *****************************************************************************
  21. *
  22. * class ClassLibrary
  23. *
  24. *****************************************************************************
  25. \***************************************************************************/
  26. //------------------------------------------------------------------------------
  27. inline
  28. ClassLibrary::ClassLibrary()
  29. {
  30. }
  31. #endif // MSG__ClassLibrary_inl__INCLUDED