home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / csconst.tcl < prev    next >
Text File  |  1997-09-05  |  1KB  |  31 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1997 by Cayenne Software, Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Cayenne Software, Inc.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #       File            : @(#)csconst.tcl    /main/titanic/2 5 Sep 1997
  17. #       Original date   : Fri Sep  5 12:02:36 MET DST 1997
  18. #       Description     : Constraint satisfaction module
  19. #
  20. #---------------------------------------------------------------------------
  21.  
  22. global Constraint::beginEnsure
  23. set Constraint::beginEnsure "// Begin ensure section"
  24. global Constraint::endEnsure
  25. set Constraint::endEnsure "// End ensure section"
  26.  
  27. global Constraint::beginRequire
  28. set Constraint::beginRequire "// Begin require section"
  29. global Constraint::endRequire
  30. set Constraint::endRequire "// End require section"
  31.