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

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