home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / d_ssysvdbo.tcl < prev    next >
Text File  |  1996-12-19  |  723b  |  19 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)d_ssysvdbo.tcl    /main/titanic/2
  6. #      Author:         Marcel Bancken
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)d_ssysvdbo.tcl    /main/titanic/2   19 Dec 1996 Copyright 1996 Cayenne Software Inc.
  10.  
  11. global SSysVDbObj_associations_corpmodelling
  12. set SSysVDbObj_associations_corpmodelling [SSysVDbObj::associations]
  13.  
  14. proc SSysVDbObj::associations {} {
  15.     regsub -all {groupVersions|savedGroupVersionSet} \
  16.     $SSysVDbObj_associations_corpmodelling "" associations
  17.     return $associations
  18. }
  19.