home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir04 / f015900.re_ / f015900.re
Text File  |  1996-04-02  |  2KB  |  52 lines

  1. /*----------------------------------------------------------------------+
  2. |                                    |
  3. |  Copyright (1995) Bentley Systems, Inc., All rights reserved.        |
  4. |                                    |
  5. |  "MicroStation" is a registered trademark and "MDL" and "MicroCSL"    |
  6. |  are trademarks of Bentley Systems, Inc.                    |
  7. |                                    |
  8. |  Limited permission is hereby granted to reproduce and modify this    |
  9. |  copyrighted material provided that the resulting code is used only     |
  10. |  in conjunction with Bentley Systems products under the terms of the    |
  11. |  license agreement provided therein, and that this notice is retained    |
  12. |  in its entirety in any such reproduction or modification.        |
  13. |                                    |
  14. +----------------------------------------------------------------------*/
  15. /*----------------------------------------------------------------------+
  16. |                                    |
  17. |   $Workfile:   mdlshare.dls  $
  18. |   $Revision:   6.5  $
  19. |       $Date:   29 Aug 1995 17:13:02  $
  20. |                                    |
  21. +----------------------------------------------------------------------*/
  22. /*----------------------------------------------------------------------+
  23. |                                    |
  24. |   Function -                                |
  25. |                                    |
  26. |       MDL Shared Library Example Application Dynamic Link            |
  27. |       Specification File                            |
  28. |                                    |
  29. +----------------------------------------------------------------------*/
  30. /*      Specify the version number.  */
  31.  
  32. %Version 0x551
  33.  
  34. %InterfaceType Mdllib
  35.  
  36. %ModuleName mdlshare
  37.  
  38. %Functions
  39.     initialize
  40.     sharelib_passwordHook   (share_passwordHook)
  41.     sharelib_passwordDialog (share_passwordDialog)
  42.     sharelib_setPassword    (share_setPassword)
  43.     sharelib_setPasswordVarP (share_setPasswordVarP)
  44. %EndFunctions
  45.  
  46. %Variables
  47.     taskCount
  48. %EndVariables
  49.  
  50. %End
  51.  
  52.