home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)s_psysvdbo.tcl /main/titanic/2
- # Author: Marcel Bancken
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)s_psysvdbo.tcl /main/titanic/2 16 Jun 1997 Copyright 1996 Cayenne Software Inc.
-
- require psysvdbobj.tcl
-
- global PSysVDbObj_associations_corpmodelling
- set PSysVDbObj_associations_corpmodelling [PSysVDbObj::associations]
-
- proc PSysVDbObj::associations {} {
- set associations \
- [BrowserProcs::splitAssociations $PSysVDbObj_associations_corpmodelling]
- return [concat \
- [lindex $associations 0] {groupVersions} \
- [lindex $associations 1] {savedGroupVersionSet} \
- ]
- }
-